Date: Mon, 11 Jan 1999 09:58:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: trouble w/code for old DJGPP program In-Reply-To: <369968cf.4168120@news.cis.yale.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 11 Jan 1999, Mapson wrote: > I am trying to compile some code written for a much earlier version of > DJGPP, and it seems to me like there was once (or still is and I don't > know of it) a graphics.h set of routines, with calls to functions like > > GrSetMode(GR_default_graphics) > GrSetMode(GR_default_text); You need to downaload and install the GRX library (v2tk/grx23.zip from SimTel.NET). I believe graphics.h is called grx20.h there.