Date: Thu, 28 Jan 1999 09:47:02 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mike purtell cc: djgpp AT delorie DOT com Subject: Re: graph.h ? In-Reply-To: <36AF8767.7F853714@pge.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 27 Jan 1999, Mike purtell wrote: > I've got a book that references it and am trying to bumble my way thru > the examples. > > some of the calls are _setvideomode, _moveto, color, _lineto These are Microsoft C names. You will need to download the GRX library and the BCC2GRX interface package (they are both in the v2tk directory on the same site where you got DJGPP), and then convert these names to the equivalent Borland names (like moveto, lineto, etc.).