oemxp 发表于 2009-11-14 20:10:43

这样编译运行后就占了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

afan 发表于 2009-11-14 20:14:53

有释放内存的函数,搜索下

顽固不化 发表于 2009-11-14 20:16:27

没法,据说携带着编译器。

oemxp 发表于 2009-11-14 20:17:57

本帖最后由 oemxp 于 2009-11-14 22:31 编辑

查找了论坛内存释放,二楼的方法可行!~谢谢!
页: [1]
查看完整版本: 这样编译运行后就占了8M多