R reimada Member Nov 30, 2006 #1 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
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
Marco Kalter Administrator Staff member Nov 30, 2006 #1 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.
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.
J Joachim Rupik Member³ Nov 30, 2006 #1 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.
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.