64bit programs

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mdonath
Posts: 5
Joined: Tue 02 Oct 2012 14:03
Location: Leipzig, Germany

64bit programs

Post by mdonath » Fri 01 Mar 2013 10:09

I have downloaded the trial version of ODAC.
I created a new VCL Forms Application C++ Builder.
Then I have removed 'Link with runtime packages' check box and added a TOraSession component to the form.
If I want to compile the project with 64 bit target platform I get a linker error:

'Unable to open file BDERTL.A'

There is no such a file and I don't want to use BDE. What's wrong here?

Markus

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: 64bit programs

Post by AlexP » Mon 04 Mar 2013 09:16

Hello,

We cannot reproduce the problem. Please specify your ODAC and Delphi versions. We have checked this situation on the latest ODAC version 8.6.12 and Rad Studio XE3 Update 2

mdonath2
Posts: 3
Joined: Mon 04 Mar 2013 13:55

Re: 64bit programs

Post by mdonath2 » Mon 04 Mar 2013 13:58

Then add a TConnectDialog to the project and try to re-compile after this.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: 64bit programs

Post by AlexP » Tue 05 Mar 2013 08:54

Hello,

Thank you for the information, we have reproduced the problem and will investigate it. This problem may be due to incorrect behaviour of С++ Builder x64, since we use this package only in 32-bit applications, and this problem doesn't occur when compiling 64-bit Delphi and С++Builder FMX applications

Post Reply