Misc.au3更新后_Singleton处理报错?
本帖最后由 menfan1 于 2012-2-1 09:44 编辑SVN更新最新版后,程序编译报错:Misc.au3 (491) : ==> ??????????.:
Local $handle = DllCall("kernel32.dll", "handle", "CreateMutexW", "struct*", $tSecurityAttributes, "bool", 1, "wstr", $sOccurenceName)
Local $handle = DllCall("kernel32.dll", "handle", "CreateMutexW", "struct*", ^ ERROR 老版本
Local $handle = DllCall("kernel32.dll", "handle", "CreateMutexW", "ptr", $pSecurityAttributes, "bool", 1, "wstr", $sOccurenceName)
新版本
Local $handle = DllCall("kernel32.dll", "handle", "CreateMutexW", "struct*", $tSecurityAttributes, "bool", 1, "wstr", $sOccurenceName) 老版本正常,新版本报错,希望版主早日更新哈。。 [*]修正: #2055: replaced DllStructGetPtr with "struct*" throughout UDFs.
能不能再次修正一下哈。。_Singleton使用报错哦。 3.3.7.23 已经恢复正常了 回复 5# h20040606
英文版吧?
SVN最新版是3.3.7.22 (2011-12-XX) (Beta) 第一汉化版啊。。。 目前仍然在同步3.3.7.22的东西到SVN,合并完成前,任何bug不会修正. 回复 7# thesnow
期待3.3.7.23 喽,呵呵 今天SVN更新后解决,已经更新到3.3.7.23 (2011-12-XX) (Beta) 第一汉化版哈 代码出错了 struct*,我只注意到了这个。有了这个参数类型,对Dll*函数的调用将简洁不少啊。 折腾是一种享受还是折磨呢{:face (293):}
话说我也没事折腾了几次svn {:face (440):}
页:
[1]