Mail Archives: djgpp/1999/04/14/18:14:40
Johan Henriksson wrote:
> No, I can't take this any more... (Have had this question on my mind the
> last month). What will the 'not enough memory' screen look like and how can
> I alter it?
Huh? There is no "'not enough memory' screen". Running out of memory
is manifested by `malloc' returning NULL, at which point you can handle
it however you want.
`xmalloc' will print "Fatal: malloc returned NULL" and exit when memory
is exhausted.
--
Nate Eldredge
nate AT cartsys DOT com
- Raw text -