X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f X-Epoch: 1016200024 X-Sasl-enc: JPZGWwQE+3kzzsOkA1V/ng Message-ID: <005b01c1cc28$38208ce0$28e15ecb@u4v4b7> From: "Amish K. Munshi" To: References: <007801c1cb40$0b55c380$60e15ecb AT u4v4b7> Subject: Re: Graphics Date: Fri, 15 Mar 2002 11:54:23 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Reply-To: djgpp AT delorie DOT com Hi, 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 main use for me to do it on DJGPP and not on Turbo C is that later I want to create the application for Linux using the graphics programs I am writting now. Thanks for the help. Bye. > > #include > > i don't know where you got this from. is there a bcc compatibility library > out there? > > if you want a high level graphics library for djgpp, you can use allegro. > if you want a simple example, and play with plotting pixels, here is a > rudimentary example: http://www.unur.com/comp/simpld2_c.txt > > Sinan. >