DELPHI 7 Error

BatemanX

Member
Please help me, I'm so depressed!
Here is the deal:
There is a computer, there's nothing on it, only the win98se.
I'm making these steps:
Install Delphi 7 Enterprise and REGISTER it.
Download doad7.exe from this page.
Install doad7.exe
Install doa34d7.bpl
Load an older source code. It uses DOA and worked perfect under Delphi 3.
Try to compile.
The compiler throws this message:
"Unit Oracle was compiled with a different version of Classes.TThread.Synchronize"

So what can I do now???
 
Do I understand correctly that you are using a Delphi 7 trial version? That would explain the problem, because its VCL is incompatible with the VCL of the commercial version of Delphi 7.

You can only use Direct Oracle Access with the commercial version of Delphi 7.

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