From: "daniel.carter1" Newsgroups: comp.os.msdos.djgpp Subject: djgpp and allegro with mcvc++6 Lines: 31 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: Sun, 4 Nov 2001 18:23:54 -0000 NNTP-Posting-Host: 62.252.164.77 X-Complaints-To: abuse AT ntlworld DOT com X-Trace: news2-win.server.ntlworld.com 1004898023 62.252.164.77 (Sun, 04 Nov 2001 18:20:23 GMT) NNTP-Posting-Date: Sun, 04 Nov 2001 18:20:23 GMT Organization: ntlworld News Service To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Please help Ive downloaded djgpp ive downloaded, fixed for msvc, make all, make install all allegro All seems to be installed correctly into c:\djgpp and c:\djgpp\allegro Now, how do I use them to compile a game? Ive downloaded source code for elite new kind game if i try compiling with msvc++6 it keeps saying error due to unresolved external symbols. if i try compiling using gxx/gcc command it keeps saying it cannot locate allegro.h (i am using -lalleg extension) can someone please point me to a definitive, step by step guide to installing and using djgpp/allegro with msvc++6? I am pulling my hair out... I am tempted to just look at the source code and re-write into my own code but it seems such a waste of time. I need a step by step guide, preferably with examples or code i could test with, to installing and using these product.... Thanks in anticipation Dan