[fpc-pascal] TurboPower FlashFiler for Free Pascal
kyan
alfasud.ti at gmail.com
Tue Oct 23 15:44:32 CEST 2012
On Tue, Oct 23, 2012 at 4:34 PM, <michael.vancanneyt at 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?
More information about the fpc-pascal
mailing list