gpt4 book ai didi

delphi - 如何在 Delphi 10.3 Rio 上安装 Indy?

转载 作者:行者123 更新时间:2023-12-05 09:10:19 28 4
gpt4 key购买 nike

帮助说“您可以使用 GetIt Package Manager 发现附加的第三方软件并将其安装到 RAD Studio 上。”但 Indy 在 GetIt 中不可用 enter image description here

我从 Github 下载了最新的文件。我运行 Fullc_Rio.bat 文件然后打开 Indy260.groupproj 但在编译时我得到:

[Fatal Error] Cannot compile package 'IndySystem260' which is currently required by Delphi 10.3.

最佳答案

Indy 预装在每个 IDE 版本中,并且已经预装了很长时间。

但是,如果您想安装比 Embarcadero 发布的版本更新的版本,您必须先删除预安装的版本。 Indy 的 installation notes 中提到了这一点:

All package names are followed by X0 (where X0 is your Delphi/C++Builder/RAD Studio product version).

...

If Indy 10 is already installed, it needs to be uninstalled first:

  • Remove the pre-compiled design-time BPL files - dclIndyCoreX0.bpl and dclIndyProtocolsX0.bpl - from the IDE via the "Components > Install Packages" dialog.
  • Delete all of the existing binaries - IndySystemX0.*, (dcl)IndyCoreX0.*, and (dcl)IndyProtocolsX0.*
  • Delete any Indy 10 source files, if present.
  • Be sure to check for files in the IDE's \bin, \lib, and \source folders, \Indy subfolders, and OS system folders.

...

You can either:

  • Use the command-line FULLD#.BAT script that corresponds to your Delphi version.

  • Open the individual DPK files in the IDE and compile them, in the following order:

    1. IndySystemX0.dpk (in Lib\System)
    2. IndyCoreX0.dpk (in Lib\Core)
    3. IndyProtocolsX0.dpk (in Lib\Protocols)
    4. dclIndyCoreX0.dpk (in Lib\Core)
    5. dclIndyProtocolsX0.dpk (in Lib\Protocols)

...

引用installation notes获取完整说明。

关于delphi - 如何在 Delphi 10.3 Rio 上安装 Indy?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61640796/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com