Indy 10的安装和老版本的卸载

卸载:
1. 从Delphi的IDE中卸载Indy组件包
2. 从你的系统目录中删除以Indy开头的所有bpl和dcp文件
3. 从你的Delphi的Library path中删除所有Indy的路径

安装:
1、把下列路径加入Delphi的Library Path
indy10\Source\Core
indy10\Source\Protocols
indy10\Source\SuperCore
indy10\Source\SuperCore
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.0.52源码下载地址: http://www.indyproject.org/downloads/10/indy10.0.52_source.zip

相关文章:

  • 2022-12-23
  • 2021-08-02
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
猜你喜欢
  • 2021-12-24
  • 2021-09-29
  • 2022-12-23
  • 2021-05-14
  • 2021-07-07
相关资源
相似解决方案