Page 1 of 1

Cannot compile latest version

Posted: Tue 30 Jun 2015 08:17
by swierzbicki
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 ?

Re: Cannot compile latest version

Posted: Tue 30 Jun 2015 09:20
by AlexP
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.

Re: Cannot compile latest version

Posted: Tue 30 Jun 2015 11:34
by swierzbicki
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 !

Re: Cannot compile latest version

Posted: Tue 30 Jun 2015 11:56
by AlexP
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.