Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我得到了此处所示的 AutoIt 代码,并且在代码的第 289 行遇到了 DLLOpen() 的问题,即它失败并返回 -1。
我在这里阅读了DllOpen() 应该返回的内容,但我无法弄清楚它为什么会失败。
我还确保我的 Dll 文件与我的 .exe 文件位于同一文件夹中。
此外,我还指定了 Dll 文件的特定文件路径。
任何想法都非常感谢。
如果它在 Skype 中运行,它应该可以编译。
别忘了
FileInstall ( "source", "dest" [, flag] )
也不要忘记
FileChangeDir ( "path" ) ;Changes the current working directory.