Mail Archives: djgpp/1999/06/08/06:45:39
On Tue, 8 Jun 1999, Dlanor Blytkerchan wrote:
> > What does go32-v2 print out? And what OS and DPMI server do you use?
>
> The above memory value (the 4 MB) is taken from go32-v2
If you ran go32-v2 *before* invoking your program, it is possible that
the programn's code, data and stack used up quite a lot of memory, and
you really don't have 34KB left.
(4MB is quite low for running DJGPP programs anyway.)
Try invoking go32-v2 (via `system') at the beginning of `main', or near
the place where you allocate those 34KB, and see what does it print then.
- Raw text -