Delphi DOA on 64 bit error

rguillen

Member²
Hi,
What do I need to do to DOA works on 64 bit machine?
It send the following error:
Initialization error
Could not initialize "C:\Oracle\product\11.2.0\dbhome_1\BIN\Oci.dll"
Make sure you have 32 bits Oracle Client istalled.

Why do I need to have 32 bit client installed?

OCIDLL forced to C:\Oracle\product\11.2.0\dbhome_1\BIN\Oci.dll
LoadLibrary(C:\Oracle\product\11.2.0\dbhome_1\BIN\Oci.dll) returned 0

Any help I will appreciate.
Thanks.
 
You will either need to install a 32 Bit Client (32 Bit applications cannot use 64 Bit DLL's) or create a 64 Bit application with RAD Studio XE2 or XE3.
 
Thanks Marco,

I have compiled on 64 bits and It didn't give me the error but when I try to add one record on a grid, it doesn't work, the record is not added.

Any idea?

Richard.

DOA 4.1.3.2
RAD Studio XE3 Enterprise
Windows 7 64bits
Oracle 11g 11.2.0.3.0 64bit
 
Thanks Alberto,
I have upgraded to newest version and it works now.

Thanks for your help, all you are great!

Regards
 
Hi!
During the development of the software Delphi XE2 is applied, the transition to a more recent version is not possible at the moment.
There is a need to build the project under x64, however, there are no DOA components for x64 for the specified version of Delphi.
Is it possible to get a working version of DOA components with x64 support under Delphi XE2?
The license and the DOA components have been purchased by us.
Thank you!
 
Back
Top