[fpc-pascal]SQLite Header File

Michael Van Canneyt michael.vancanneyt at wisa.be
Wed Mar 3 09:21:18 CET 2004


On Wed, 3 Mar 2004, Taj Morton wrote:

> Hi!
> I'm looking for a new header file for SQLite...the old one included with FPC
> 1.0.3 doesn't seem to work  (program dies with:
> Creating class
> Inconsistency detected by ld.so: dl-minimal.c: 134: realloc: Assertion `ptr ==
> alloc_last_block' failed!)
>
> Any idea where I can get a new one?

The one distributed with FPC is correct. The error you get is because
you probably forgot to put 'cmem' as the first unit in your program's
uses clause.

Michael.




More information about the fpc-pascal mailing list