Indy 10的安裝和老版本的卸載
Indy 10下載地址:
http://www.indyproject.org/downloads/10/indy10.0.52_source.zip
Indy 10 安裝步驟
1、解壓壓縮包。
2、打開\System\IndySystem70.dpk,點Compile。
3、打開\Core\IndyCore70.dpk,點Compile。
4、打開\Protocols\IndyProtocols70.dpk,點Compile。
5、打開\SuperCore\IndySuperCore70.dpk,點Compile。//可選
6、打開\Core\dclIndyCore70.dpk,點install。
7、打開\Protocols\dclIndyProtocols70.dpk,點install。
8、打開\SuperCore\dclIndySuperCore70.dpk,點install。//可選
2、打開\System\IndySystem70.dpk,點Compile。
3、打開\Core\IndyCore70.dpk,點Compile。
4、打開\Protocols\IndyProtocols70.dpk,點Compile。
5、打開\SuperCore\IndySuperCore70.dpk,點Compile。//可選
6、打開\Core\dclIndyCore70.dpk,點install。
7、打開\Protocols\dclIndyProtocols70.dpk,點install。
8、打開\SuperCore\dclIndySuperCore70.dpk,點install。//可選
Indy 10 卸載及注意事項
卸載:
1. Remove the package from Install Packages menu
從Delphi的IDE中卸載Indy組件包
2. Delete the *.BPL and *.DCP files of Indy from the installation directoy and from your System folder
從你的系統目錄中刪除以Indy開頭的所有bpl和dcp文件
3. Remove any old old Indy files from your library path
從你的Delphi的Library path中刪除所有Indy的路徑
4。安裝你的新Indy組件
安裝很順利(安裝前請先卸載Delphi自帶的Indy),不過加載項目進行編譯的時候報錯:
[Fatal Error] Unit1.pas(11): Unit IdContext was compiled with a different version of IdSocketHandle.TIdSocketHandle
解決方法也很簡單:只要把下列路徑(默認安裝在C:\Program Files\Indy 10 for Delphi 7)加入Delphi的 Library Path即可。
C:\Program Files\Indy 10 for Delphi 7\Source\Core
C:\Program Files\Indy 10 for Delphi 7\Source\Protocols
C:\Program Files\Indy 10 for Delphi 7\Source\SuperCore
C:\Program Files\Indy 10 for Delphi 7\Source\System
1. Remove the package from Install Packages menu
從Delphi的IDE中卸載Indy組件包
2. Delete the *.BPL and *.DCP files of Indy from the installation directoy and from your System folder
從你的系統目錄中刪除以Indy開頭的所有bpl和dcp文件
3. Remove any old old Indy files from your library path
從你的Delphi的Library path中刪除所有Indy的路徑
4。安裝你的新Indy組件
安裝很順利(安裝前請先卸載Delphi自帶的Indy),不過加載項目進行編譯的時候報錯:
[Fatal Error] Unit1.pas(11): Unit IdContext was compiled with a different version of IdSocketHandle.TIdSocketHandle
解決方法也很簡單:只要把下列路徑(默認安裝在C:\Program Files\Indy 10 for Delphi 7)加入Delphi的 Library Path即可。
C:\Program Files\Indy 10 for Delphi 7\Source\Core
C:\Program Files\Indy 10 for Delphi 7\Source\Protocols
C:\Program Files\Indy 10 for Delphi 7\Source\SuperCore
C:\Program Files\Indy 10 for Delphi 7\Source\System
http://www.indyproject.org/Sockets/Download/Borland.EN.aspx
http://eteda.iteye.com/blog/1144725