Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Sun, 18 Apr 1999 20:57:50 +0200

Re: GGI help

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
-- 
-------------------------------+------------------------------------
        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]