这样编译运行后就占了8M多
本帖最后由 oemxp 于 2009-11-14 21:07 编辑光下面这几句代码编译运行后就内存占了8M多,有什么办法减少内存占用么?
#include "resources.au3"
#include "IE.au3"
#include "ButtonConstants.au3"
#include "EditConstants.au3"
#include "GUIConstantsEx.au3"
#include "GUIConstants.au3"
#include "WindowsConstants.au3"
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
ExitLoop
EndSwitch
WEnd 有释放内存的函数,搜索下 没法,据说携带着编译器。 本帖最后由 oemxp 于 2009-11-14 22:31 编辑
查找了论坛内存释放,二楼的方法可行!~谢谢!
页:
[1]