On Tue, Oct 23, 2012 at 4:34 PM,  <michael.vancann...@wisa.be> wrote:
> If I understand Graeme correctly, he wants it compiled-in (i.e. without
> dll). SQLite is a separate DLL.

SqLite source can be downloaded and compiled with a C compiler (e.g.
CBuilder) and its .lib file linked directly in a Delphi application
using the {$L} or {$LINK} directive. Is FPC capable of linking a .lib
file?
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to