Cannot compile DAO trial version with Delphi 7

attila

Member
I am trying to compile an application with DOA 3.4.6 Trial version and Delphi 7 trial Version but it keep on telling me that it cannot find the OracleData.pas file. Obviuosly it is trying to recompile the file and not using the dcu file. What can the problem be? I have 4.453 Delphi 7 version. Is there some setting I need to change to use the dcu file instead?
Thanks
Attila
 
The Delphi 7 trial VCL is incompatible with the registered Delphi 7 VCL that Direct Oracle Access was compiled with. As a result, Delphi 7 tries to recompile the Direct Oracle Access units.

In short: you will need a registered Delphi 7.

------------------
Marco Kalter
Allround Automations
 
Back
Top