[fpc-pascal]Memory Model - was: using crypt() in freepascal
Martyn Ranyard
ranyardm at lineone.net
Fri Sep 13 11:42:31 CEST 2002
At 11:51 PM 9/12/02 -0700, you wrote:
>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.
FANTASTIC! This made my test program work. :-) :-) :-)
>Sometimes this will help...
>
>uses cmem;
Okay, Now I understood what you said, and I understood what it did, but how
will it affect the rest of the big program I have to implement this
procedure into.
Does it mean more pchar problems or does it only affect externals?
Thanks again for solving this particular mystery for me, and here's hoping
someone will enlighten me further.
-
Martyn Ranyard
Free Software Advocate
jabber - joran at amessage.de
icq - 122500800
irc - Joran on oftc
msn - ranyardm at hotmail.com
e - ranyardm at lineone.net
More information about the fpc-pascal
mailing list