[fpc-pascal]SQLITE with FPC

Marco van de Voort marcov at stack.nl
Wed Aug 13 13:27:36 CEST 2003


[ Charset ISO-8859-15 unsupported, converting... ]
> > Let me know if you find a TDataSet class that'll work with FPC and
> > Sqlite on Linux. Cause I haven't yet... There are some around on
> > torry.net but they're for delphi using windows. I've asked the author if
> > he could convert it to FPC for linux but without much luck atm.
> However I couldn't get SQLITE to work with FPC :-( under Linux while under 
> Winodze it works fine!
> 
> I get:
> Inconsistency detected by ld.so: dl.minimal.c: 128: realloc: Assertion 'ptr 
> == alloc_last_block' failed!
> 
> What can I do to get it work?
> 
> Thanks!
> 
> ps.
> sqlite.pp and sqlitedb.pp are compiled without error.

Do you use unit cmem ?  If not try to add cmem to the USES line of your mainprogram.




More information about the fpc-pascal mailing list