Message-ID: <3884ED2C.8DCC20D4@esc11.net> Date: Tue, 18 Jan 2000 16:46:05 -0600 From: Stuart Highlander Organization: Bridgeport ISD X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: bcc2grx, grx, and bgi References: <387E13CE DOT 2AD423E6 AT esc11 DOT net> <387EDDD2 DOT 627AF984 AT is DOT elta DOT co DOT il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I want to thank everybody for their help on this problem. We have got it hooked up and running now thanks to all of you. The guys are hacking the textbook code quite well and are very excited. the compiler with RHIDE seems very happy and I think that the guys are learning the best way possible: on their own and aat their own pace, with no one (i.e. me) to get in their way. They have begun to comb the mail archives on their own. As a teacher, it is quite gratifying. Thanks again for all of your help and patience! Stuart Eli Zaretskii wrote: > Stuart Highlander wrote: > > > > We do not have a graphics.h anywhere in the bcc2grx folder. Have we > > overlooked something? > > You overlooked the file README: it explains this issue under "Differences > between BGI and BCC2GRX". The header is called libbcc.h in the distribution > (because DJGPP v1.x had an incompatible header graphics.h). The README file > suggests to change the sources to #include , but since DJGPP v2.x > doesn't have graphics.h anymore, I think you can simply rename libbcc.h into > graphics.h.