Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE301549F87@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: please help allegro Date: Tue, 3 Aug 1999 11:00:11 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com vdspek writes: > I compiled liballeg.a sucessfully, but I cat seem to compile > any code that uses Winallegro_Handlemessages() I think you are confusing parts out of different library versions. The liballeg.a file is a djgpp library, but the Winallegro_Handlemessages() function is from Stefan's WinAllegro port, which is for MSVC. My guess is that you've installed that WinAllegro code but then built it using djgpp, which is never going to work. If you want to use Allegro in Windows, you'd be better off getting the latest WIP code from http://www.talula.demon.co.uk/allegro/. Shawn Hargreaves.