找回密码
 加入
搜索
查看: 1674|回复: 1

[AU3基础] AU3在X64下的编译和运行相关问题反馈.版主哥哥们进下来好吗?

[复制链接]
发表于 2011-3-8 22:44:48 | 显示全部楼层 |阅读模式
本帖最后由 vipanjintian 于 2011-3-8 23:44 编辑

我编写好的脚本,用X64运行比用X86运行慢半拍,而且我发现一个问题,用X64编译脚本出错,编译后不能运行,X86则可以正常编译,也可以正常运行.不知是什么原因?版本为3.3.61
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 615, 438, 192, 124)
$Button1 = GUICtrlCreateButton("Button1", 160, 88, 177, 49)
$Button2 = GUICtrlCreateButton("Button2", 160, 160, 217, 65)
$Button3 = GUICtrlCreateButton("Button3", 104, 240, 369, 73)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
        $nMsg = GUIGetMsg()
        Switch $nMsg
                Case $GUI_EVENT_CLOSE
                        Exit

        EndSwitch
WEnd
经过无限次的测试,原来我代码完全没有代码,以上的是由KADO生成的窗体代码,我用X64编译根本运行不了,用X86运行才可以编译....
 楼主| 发表于 2011-3-8 23:27:42 | 显示全部楼层
本帖最后由 vipanjintian 于 2011-3-8 23:45 编辑

狗日的,原来是我代码造成这个问题...暂时还没检查出什么问题.........









卡了卡了,不好意思.
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-5-22 11:13 , Processed in 0.081131 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表