本文整理自网络,侵删。
Delphi生成的WebService AppDebug的程序,编译时出现:Unit SockApp was compiled with a different version of IdTCPServer.TIdTCPServer。
网上搜索的解决方法在这里。
SOAP Server
The default Delphi SOAP Server application with Web App Debugger class does
not compile. There are two possible workarounds:
1.. Include $(BDS)\Lib\Indy9 in the Library path and remove
$(BDS)\Lib\Indy10. However, this forces the application to use Indy9.
2.. Compile IndySockTransport and sockapp and put it in $(BDS)\Lib\Indy10.
相关阅读 >>
Delphi 关于 beep、messagebeep 和 windows.beep
Delphi自动以管理员身份在vista 和 windows7 下运行程序
Delphi 接口尚未调用尚未调用coinitialize解决办法
更多相关阅读请进入《Delphi》频道 >>