Date: Thu, 17 Jul 1997 08:47:57 -0700 (PDT) Message-Id: <199707171547.IAA02008@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: h9410456 AT hkusub DOT hku DOT hk From: Nate Eldredge Subject: Re: Does DJGPP support Borland C++ 3.0 for Dos ? Cc: djgpp AT delorie DOT com Precedence: bulk You wrote: >I'm currently using the Borland C compiler with the Borland C++ 3.0 >under plain Dos . I found the BGI driver is too slow to access Video >Memory and I hardly found it supports 256 colours at VGA mode ... So , I >want to use the DJGPP instead of my original one . I'm afraid I don't understand what you mean. DJGPP is a port of the GNU C/C++ compiler and other utilities. It is a compiler package all by itself. The only thing I can think of that you mean is you want to port your BC++ code to DJGPP. Yes, you can do this. If you get the GRX library and the BCC2GRX interface package, you can compile code using BGI-style graphics with minimal changes. > > Therefore I want to know the requirement of using it ? You mean, what hardware do you need? Basically, just a 386, over 2MB of RAM, and some hard disk space. Nate Eldredge eldredge AT ap DOT net