Cannot compile latest version

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Cannot compile latest version

Post by swierzbicki » Tue 30 Jun 2015 08:17

Hello,

I'm gettingthis error when compiling 6.1.4 version :

Code: Select all

[dcc32 Fatal Error] LiteCallUni.pas(936): F2613 Unit 'LiteStaticUni' not found.
  LiteCallUni.pas(936): Unit 'LiteStaticUni' is used by 'LiteStaticCallUni'
Where can I get these missing files ?

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

Re: Cannot compile latest version

Post by AlexP » Tue 30 Jun 2015 09:20

Hello,

The LiteStaticUni.dcu module is at the ..\Devart\UniDAC for RAD Studio XXX\Bin\Platform\, directory. Check the path to this folder is specified in the Library Path.

swierzbicki
Posts: 451
Joined: Wed 19 Jan 2005 09:59

Re: Cannot compile latest version

Post by swierzbicki » Tue 30 Jun 2015 11:34

Thank you Alex but this is compiled DCU format. I'm trying to compile source version and it appears that correspondng .pas files are missing !

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

Re: Cannot compile latest version

Post by AlexP » Tue 30 Jun 2015 11:56

The litestaticuni module is distributed only as binaries (Litestaticuni.dcu). The reason for distributing the Litestaticuni module as a binary is a quite complicated process of building and compilation of SQLite engine into a Delphi module.

Post Reply