LiteDAC not compiles in x64 with other DACs

Discussion of open issues, suggestions and bugs regarding LiteDAC (SQLite Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Tarifer
Posts: 26
Joined: Thu 26 May 2011 08:13

LiteDAC not compiles in x64 with other DACs

Post by Tarifer » Fri 17 Aug 2012 09:27

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.

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: LiteDAC not compiles in x64 with other DACs

Post by ZEuS » Tue 21 Aug 2012 06:57

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.

Tarifer
Posts: 26
Joined: Thu 26 May 2011 08:13

Re: LiteDAC not compiles in x64 with other DACs

Post by Tarifer » Tue 21 Aug 2012 09:06

After I upgrade trial to professional, it works.
This trouble was encountered in trial version of LiteDAC.

Thanks.

Post Reply