From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: OT: Can I use Allegro with Borland C++? Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 35 X-Trace: /bNDCzj3NmJeahEVPFTbsRnjosoAdxrwa7oQtidZ626n80Lus+t6Kft23qrFYn/FnbPbdDvefzEU!xd5m/09a2HXXfegbr9DYSpb4hIhJ+uWIpvVle7iIoBgbR/S5+JDoD88UuZyeRndUcXhIyKXqNUqM!t3CGJA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Tue, 28 Nov 2000 15:17:25 GMT Distribution: world Date: Tue, 28 Nov 2000 15:17:25 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Tue, 21 Nov 2000 02:55:03 -0000, "Hairy" wrote: >I just downloaded an older version of Borland C++ from their antique >software site and I'm wondering, can I use allegro with it? It doesn't work with Borland for DOS, but it has been reported to work with Borland C++Builder for Windows. It may with free(beer) Borland C++ 5.5 command line for Windows, but I'd use MinGW to go the Windows route. >I remember that when I used DJGPP before (long ago..) I had some >problems getting it to run properly Was that during the 1.x days? Nowadays, setting up DJGPP is as easy as unzipping the distribution and setting two environment variables. See also README.1ST >in any case I much prefer the borland compiler Why? The smaller EXE footprint of a 16-bit libc? The ability to run on a 16-bit 286? Borland's DOS compilers (at least TC++ 3.0) surely don't have the optimization power that GCC has. The IDE? RHIDE is so close to the Borland DOS IDE that Borland could almost sue for look-and-feel copyright infringement. (But if they did, they'd be hypocrites; see also Lotus v. Borland.) --