From: "Matthew Smith" Newsgroups: comp.os.msdos.djgpp Subject: Re: Can I use Allegro with Borland C++? Date: Thu, 23 Nov 2000 21:07:01 -0000 Organization: Customer of Energis Squared Lines: 34 Message-ID: <8vk0st$tbv$1@newsg3.svr.pol.co.uk> References: NNTP-Posting-Host: modem-63.annon-in-gelydh.dialup.pol.co.uk X-Trace: newsg3.svr.pol.co.uk 975013597 30079 62.136.116.63 (23 Nov 2000 21:06:37 GMT) NNTP-Posting-Date: 23 Nov 2000 21:06:37 GMT X-Complaints-To: abuse AT theplanet DOT net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com If it's Turbo C++ v.2.0 then unfortunately no. This is a 16 bit compiler, and Allegro is a very 32-bit library. TC is great to have for DOS drivers and such that need 16/8 bit code, especially if you have the assembler too. TC 3.0 was the first to do 32 bit, but is not preferred by Allegro programmers due to option of DJGPP. Borland C++ Builder is the new version, which I believe is well supported by Allegro WIP. Hairy wrote in message news:t1jobuj050a12f AT corp DOT supernews DOT com... > Hi there, > > Sorry for this slightly off topic post... > > I just downloaded an older version of Borland C++ from their antique > software site and I'm wondering, can I use allegro with it? > > I remember that when I used DJGPP before (long ago..) I had some problems > getting it to run properly and in any case I much prefer the borland > compiler (sorry if I've offended anyone here!) > > Cheers and TIA, > > Hairy. > > > >