1,起因 某delphi程序A使用了Indy9.0.18组件.机器中原本自带老版本的Indy组件9.0.12,后升级到9.0.18,使用一直正常. 某次操作将程序A重新build all了一下,结果提示如下信息,此后即便是compile也会出错. [Fatal Error] uMain.pas(): Unit IdServerIOHandlerSocket was compiled with a different version of IdServerIOHandler.TIdServerIO
Indy 10.5.8 for Delphi and Lazarus 修改版(2011) Internet Direct(Indy)是一组开放源代码的Internet组件,涵盖了几乎所有流行的Internet协议.是由Chad Z. Hower领导的一群开发者构建的,Delphi 7中所带的是Indy 9.在其的组件面板上,一共安装有100多个Indy组件.使用这些组件你可以开发基于各种协议的TCP客户和服务器应用程序,并处理相关的编码和安全问题.可以通过前缀Id来识别Indy组件. Id
> Should I use a AntiFreeze component on every form I have a TIdTCPClient > component? Or is one enough to handle the whole Application? One is enough. According to the Indy help file, -------- Only one TIdAntiFreeze can be active in an application
报错如下: Access violation at address 00495044 in module 'coreide70.bpl'. Read of address...Access violation at address 0082A534 in module 'vcl70.bpl'. Write of address... 解决方法: 将..\Borland\Delphi7\Bin下的*.dst删掉