安装方法除下面的有点不同外,其它与Delphi7.0中相同
一、卸载原自带的indy 10.1.5
a、在[Component]=>[Install Packages]中把indy的2个相关包“Remove”(Indy 10 Core Design Time、Indy 10 Protocols Design Time)
b、在$(BDS)\Bin下备份后删除下列文件:indy100.bpl、indy100.jdbg、IndySystem100.bpl、IndyCore100.bpl、IndyProtocols100.bpl、dclindy100.bpl、dclindy100.jdbg、dclIndyCore100.bpl、dclIndyProtocols100.bpl;
c、把Library Path也删除:$(BDS)\Lib\Indy10;
二、安装:
Delphi2007upd4对应的版本为11.0,与delphi7.0中编译安装稍有不同。
相关的包名称对应为IndySystem110.dpk等
在Delphi2007upd4中编译下列项目产生的相关文件存放文件夹如下:
*.dcu 源代码目录..\System; ..\Core; ..\Protocols
*.bpl $(BDSCOMMONDIR)\Bpl(Package output directory设置的文件夹,即C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Bpl)
*.dcp $(BDSCOMMONDIR)\Dcp(DCP output directory设置的文件夹,即C:\Documents and Settings\All Users\Documents\RAD Studio\5.0\Dcp)