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.

_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to