Page 1 of 1

LiteDAC not compiles in x64 with other DACs

Posted: Fri 17 Aug 2012 09:27
by Tarifer
Hello!

I use SDAC, ODAC and LiteDAC in same project.

LiteDAC not compiles with latest ODAC/SDAC in x64 Mode (Delphi XE2).
It says [DCC Fatal Error] DBSQLAdapterSQLite.pas(9): F2051 Unit LiteConnectionPool was compiled with a different version of DASQLMonitor.TDASQLMonitorClass

In win32 mode it compiles fine.

Re: LiteDAC not compiles in x64 with other DACs

Posted: Tue 21 Aug 2012 06:57
by ZEuS
Unfortunately, we can not reproduce the problem.
All DAC packages use the same core dcu-s, and the problem may be due to some dcu files from an incompatible (previous) version of SDAC or ODAC that are located in the Delphi library path when you compile your project in the x64 configuration.
Please make sure that the Delphi library path point to a correct location and there are no dcu files from previous versions of other DACs.

Re: LiteDAC not compiles in x64 with other DACs

Posted: Tue 21 Aug 2012 09:06
by Tarifer
After I upgrade trial to professional, it works.
This trouble was encountered in trial version of LiteDAC.

Thanks.