From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: bcc2grx, grx, and bgi Date: Fri, 14 Jan 2000 10:26:58 +0200 Organization: NetVision Israel Lines: 11 Message-ID: <387EDDD2.627AF984@is.elta.co.il> References: <387E13CE DOT 2AD423E6 AT esc11 DOT net> NNTP-Posting-Host: ras1-p83.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 947838515 1080 62.0.172.85 (14 Jan 2000 08:28:35 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 14 Jan 2000 08:28:35 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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.