Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Mon, 19 Apr 1999 20:10:13 +0000

Re: GGI help

john mccutchan wrote:
> 
> On Sun, Apr 18, 1999 at 08:57:50PM +0200, Marcus Sundberg wrote:
> > ggi/errors.h is a good place to find error codes.
> > -20 is GGI_ENOMEM, which means that your system is out of memory.
> 
> I know that.. but i don't see how this could cause my system to run out of
> memory i have 128mbs of physical ram, aswell as alot of swap, what im looking
> for is something that has more friendly docuemntation rather then just the man
> pages .. or a good program to look at ..

Well, what mode are you using?
If you're calling this function on a 24-bit visual you're trying
to allocate 131MB of memory.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]