From: "KillMeBoy" Newsgroups: comp.os.msdos.djgpp Subject: Allegro problems. Need Help! Lines: 18 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Thu, 02 Sep 1999 06:19:02 GMT NNTP-Posting-Host: 24.66.128.57 X-Complaints-To: abuse AT home DOT net X-Trace: news1.rdc1.bc.home.com 936253142 24.66.128.57 (Wed, 01 Sep 1999 23:19:02 PDT) NNTP-Posting-Date: Wed, 01 Sep 1999 23:19:02 PDT Organization: @Home Network Canada To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I've been trying to make the move to WinAllegro (getting ready for 4.0), but can't seem to get any programs I make to compile. This is the error (and two warnings) that I get: c:\program files\microsoft visual studio\vc98\include\allegro.h(1261) : warning C4200: nonstandard extension used : zero-sized array in struct/union c:\program files\microsoft visual studio\vc98\include\allegro.h(1809) : warning C4200: nonstandard extension used : zero-sized array in struct/union c:\program files\microsoft visual studio\vc98\include\allegro.h(2993) : error C2094: label '_errno' was undefined I'm using VC++ 6.0, and as far as I can tell, put everything where it needs to be. BTW, the example programs compile fine! (Kinda odd eh? :) -Dan