two different DOA vers

reimada

Member
Hello !!
I need to have two different version of DOA (3.4 & 4) component in the same instance of Delphi 5. Is possible ?

Thank's
 
No, this is not possible. The unit names will clash.

There are 3 options:

1. Use 2 PC's.
2. Use 2 different Delphi versions.
3. Uninstall/install 3.4/4.0 as necessary.
 
4. using the same Delphi, but with different registry key: delphi32.exe -rNew_registry_name. And then setting all paths to different locations
especially bpl in system path.
 
Back
Top