Index: [thread] [date] [subject] [author]
  From: john mccutchan <johnm@itactics.itactics.com>
  To  : ggi-develop@eskimo.com
  Date: Sun, 18 Apr 1999 17:07:49 -0400

Re: GGI help

On Sun, Apr 18, 1999 at 08:57:50PM +0200, Marcus Sundberg wrote:
> john mccutchan wrote:
> > 
> > Hi
> > 
> >         im trying to write a simple jpeg viewer in ggi, but when ever i call
> >         ggiSetColorfullPalette(vis); .. it returns with -20.. is there more
> >         documentation then the api docs?.. or a good program to look at
> >         the code ?
> 
> ggi/errors.h is a good place to find error codes.
> -20 is GGI_ENOMEM, which means that your system is out of memory.
> 
> //Marcus

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 ..

john

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