X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Fri, 15 Mar 2002 16:25:32 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Amish K. Munshi" Message-Id: <2110-Fri15Mar2002162531+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <005b01c1cc28$38208ce0$28e15ecb@u4v4b7> (munshiamish@fastmail.fm) Subject: Re: Graphics References: <007801c1cb40$0b55c380$60e15ecb AT u4v4b7> <005b01c1cc28$38208ce0$28e15ecb AT u4v4b7> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Amish K. Munshi" > Date: Fri, 15 Mar 2002 11:54:23 +0530 > > I got the libbcc.h in the c:\djgpp\contrib\bcc2grx\readme file, it was > quiet informative but did not work for me. > I wanted to know if there is a simple way out other than going into the > hardware related matters as in the program written by you, I found it very > demanding for me to do it the way you did it, and I wanted to know if there > is a simple file that can be included and has the functions like > detectgraph, initgraph and putpixel and closegraph and their syntax (If > different from TC). The latest versions of GRX have the Turbo C interface built-in. So you shouldn't need to use bcc2grx anymore. Am I missing something?