Page 1 of 1

64bit programs

Posted: Fri 01 Mar 2013 10:09
by mdonath
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

Re: 64bit programs

Posted: Mon 04 Mar 2013 09:16
by AlexP
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

Re: 64bit programs

Posted: Mon 04 Mar 2013 13:58
by mdonath2
Then add a TConnectDialog to the project and try to re-compile after this.

Re: 64bit programs

Posted: Tue 05 Mar 2013 08:54
by AlexP
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