程序在win7,64位和XP,32位下没问题,都正常,只是在window2008下,不能运行,提示错误:
Access violation at address 02496741. Write of address 02496741.
检查来,检查去,发现是出在了这行代码上:
edit1.Text := (HTTPRIO1 as WebService1Soap).HelloWorld;
解决办法:在windows2008上,右键电脑--属性-性能--数据保护,添加了这个程序例外数据执行保护后,就正常了。