Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
那么,在 Delphi 7 中,如果我有一个使用 Indy9 的应用程序和另一个使用 Indy10 的应用程序(我在 VM 上的 Delphi 7),我可以为这两个应用程序使用 Delphi 7 和 Indy10 的新 VM 吗?我在想你不能在同一个 Delphi 7 版本上安装 Indy9 和 Indy10
谢谢大家
Indy 9 和 Indy 10 彼此不兼容。您可以同时安装它们,只要它们位于不同的文件夹中,并且您没有同时加载它们。例如,一个项目可以加载和使用 Indy 9,而另一个项目可以加载和使用 Indy 10。通常最好让您的基本 IDE 设置禁用所有已安装的包,然后在每个项目的基础上启用特定的包如所须。