Page 1 of 1

Is possible to use versions 4beta and 3 in one Delphi IDE?

Posted: Sun 11 Feb 2007 17:43
by jabu
Hello,

I want to use both versions 4beta for testing and 3 for production development in one Delphi (D7) IDE (certainly not in one project).
Exist any way?

Thanks.

Posted: Mon 12 Feb 2007 09:13
by Antaeus
It is not possible to install both SDAC 3 and SDAC 4 simultaneously for the same IDE. Different packages with the same name cannot be registered in the same IDE.
To test SDAC 4, perform the following steps:
- make sure that your IDE is closed
- uninstall SDAC 3
- install SDAC 4
- run the IDE.
To return back to SDAC 3 you should:
- make sure that your IDE is closed
- uninstall SDAC 4
- install SDAC 3
- run the IDE.

Posted: Mon 12 Feb 2007 09:19
by jabu
Ok,

Jabu