gpt4 book ai didi

mysql - AutoHotKey 无法从目录加载 libmySQL.dll

转载 作者:行者123 更新时间:2023-11-29 12:09:29 25 4
gpt4 key购买 nike

我尝试使用以下 AHK 库:http://www.autohotkey.com/board/topic/72629-mysql-library-functions/page-1

我根据他们的示例编写了一个简单的模块,但是如果我运行该脚本,我会收到 mysql 错误:9999 - 无法从目录加载 libmySQL.dll。

我查看了库,这是引发错误的部分:

hModule := DllCall("LoadLibrary", "Str", libmysql)

If (hModule = 0)
{
this.error := 9999
this.errstr := "Can't load libmySQL.dll from directory " libmysql
if errmsg
msgbox, 16, % "MySQL Error: " this.error , % this.errstr "`n`n" sql
Return
}

所以我猜它无法找到或加载 dll。但我不知道为什么,我尝试手动替换它并重新安装了mySQL(连接器)。我尝试编译脚本然后运行它(在论坛上有人说它对他有用)但没有任何改变。有什么想法吗?

最佳答案

您是否可能正在运行 AutoHotkey 的 Unicode 版本?这个库似乎需要 ANSI 版本。

关于mysql - AutoHotKey 无法从目录加载 libmySQL.dll,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30934218/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com