Mail Archives: djgpp/1998/06/01/21:00:45
At 06:19 5/30/1998 -0400, DeHackEd wrote:
>>I make sure that I'd locked all variables and functions which are
>>necessary. Please help me checking it out where the problem is.
>>Thanks in advance.
>
>As I said, the only way to lock SPRINTF is rebuilding LIBC. Did you do that
too?
Not the *only* way. You can do:
#include <crt0.h>
int _crt0_startup_flags = _CRT0_FLAG_LOCK_MEMORY;
which will lock *all* your memory. But the original poster wasn't doing that
either.
Nate Eldredge
nate AT cartsys DOT com
- Raw text -