运行部分脚本时出现“应用程序错误,该内存不能为read!”【已解决】
本帖最后由 逆水风帆 于 2011-5-30 09:11 编辑运行如下代码时出现的,其他的貌似不会#include <IE.au3>
$oIE = _IECreate ("www.baidu.com",0,1,1,0)
If @error=6 Then MsgBox(0,"Warn!","加载等待超时",4)
If @error=8 Then MsgBox(0,"Warn!","服务被拒绝",4)
_IEPropertySet($oIE,"toolbar",0)
_IEPropertySet($oIE,"menubar",0)
_IEPropertySet($oIE,"resizable",0)
_IEPropertySet($oIE,"width",1024)
_IEPropertySet($oIE,"height",768)
_IEPropertySet($oIE,"title","逆水风帆")
_IEPropertySet($oIE,"statustext","欢迎访问")通过运行如下代码重新注册了系统动态链接库,但问题还是存在#include<process.au3>
_RunDOS("cd /d %systemroot%\system32\ && for %i in (*.dll) do regsvr32.exe /s %i") 呃…这么久了都没人会?? 已经确认是软件冲突,当打开搜狗浏览器时再运行该脚本就会出现内存不能为read的错误,关闭浏览器后即没有该问题! 我的 SciTe 打不开 运行内存错误 重装系统就好了
页:
[1]