0

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?

RRUZ
  • 134,889
  • 20
  • 356
  • 483
StefanG
  • 1,234
  • 2
  • 22
  • 46

1 Answers1

2

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.

RRUZ
  • 134,889
  • 20
  • 356
  • 483