StefanG
StefanG

Reputation: 1264

Delphi 2007 with Indy 9

I see that Delphi 2007 comes with Indy 9 and Indy 10 integrated. Both are included in the same search path.

C:\Program Files (x86)\CodeGear\RAD Studio\5.0\source\

I did not find a way to configure Delphi to take Indy 9. It always takes Indy 10.

Is there a way to configure Delphi, without deleting all Indy 10 files?

Upvotes: 0

Views: 587

Answers (1)

RRUZ
RRUZ

Reputation: 136441

This is documented on the Indy forums, you must uninstall the Indy 10 packages from the IDE, delete the Indy package binaries and then compile and install the Indy 9 packages.

Upvotes: 2

Related Questions