Page 1 of 1

DBAccess and IBC

Posted: Fri 04 May 2012 18:34
by BennieC
I have just upgraded to Delphi XE2 and have installed the appropriate IBDAC for this. However, code ported from working XE apps use DBAccess and IBC, but my app fails to find them. Can you assist in where these may be?

Re: DBAccess and IBC

Posted: Mon 07 May 2012 12:42
by ZEuS
Hello.

There is a little difference in the paths to IBDAC library files in Delphi XE2.
In Delphi XE the paths were:
C:\Program Files\Devart\IBDAC for RAD Studio XE\Lib
C:\Program Files\Devart\IBDAC for RAD Studio XE\Bin

But in Delphi XE2 for 32-bit platform the correct paths are:
C:\Program Files\Devart\IBDAC for RAD Studio XE2\Lib\Win32
C:\Program Files\Devart\IBDAC for RAD Studio XE2\Bin\Win32
For 64-bit platform the correct paths are:
C:\Program Files\Devart\IBDAC for RAD Studio XE2\Lib\Win64
C:\Program Files\Devart\IBDAC for RAD Studio XE2\Bin\Win64