Date: Tue, 5 Oct 1999 09:56:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Bob cc: djgpp AT delorie DOT com Subject: Re: graphics In-Reply-To: <7tbets$ohq$2@nntp9.atl.mindspring.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 4 Oct 1999, Bob wrote: > i have source code that requires graphics.h and i djgpp there is no > grahics.h file what do i do ? If that source was written for Borland compiler, you need to download and install GRX and the BCC2GRX interface packages, and then you will have graphics.h and everything it advertises. Another way would be to install Allegro and rewrite the source using Allegro functions.