[fpc-pascal]Re: using crypt() in freepascal (Martyn Ranyard)

Yet Another Geek yetanothergeek at yahoo.com
Fri Sep 13 08:51:09 CEST 2002


>Inconsistency detected by ld.so: dl-minimal.c: 114:
realloc: Assertion 
>`ptr == alloc_last_block' failed!


Try adding the cmem unit to your uses clause. 
It will make you program use the external c-style
memory manager instead of the native pascal model.

Sometimes this will help...

uses cmem;

__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com




More information about the fpc-pascal mailing list