Date: Tue, 4 Feb 1997 10:07:02 -0500 (EST) From: Nikita Proskourine To: "Gautam N. Lad" cc: djgpp AT delorie DOT com Subject: Re: Is there a 'setpalette()' in GRX v2.0 ? In-Reply-To: <5cr936$2b9@news.interlog.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 30 Jan 1997, Gautam N. Lad wrote: > Hi, > Is there a function similar to setpalette() under GRX v2.0? > I need this (from someone's recommendation) to display PCX > images using DJGPP v2.0 and GRX v2.0. Have you tried Allegro? It has set_pallete() and load_pcx() and tons of indispensable things like mouse support (in all graphics modes & using your own bitmap for a mouse pointer is a breeze), timers, joystick support, customizable fonts for graphic modes... you get the idea. :-) -- Nikita.