From: manni DOT heumann AT gmx DOT de (Manni Heumann) Newsgroups: comp.os.msdos.djgpp Subject: Re: Serious Source Code Problems Date: 20 May 2001 07:08:10 GMT Lines: 19 Message-ID: References: <20010520023744 DOT 63145 DOT qmail AT web10903 DOT mail DOT yahoo DOT com> NNTP-Posting-Host: 129.70.165.39 X-Trace: fu-berlin.de 990342490 1377026 129.70.165.39 (16 1428 [54749]) User-Agent: Xnews/4.05.11 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Berntson Alec wrote in message news:20010520023744 DOT 63145 DOT qmail AT web10903 DOT mail DOT yahoo DOT com: > Hello, > I've been trying to execute a previously compiled > verson of allegro in MSVC++ v 6.0. However, i recieve > 100+ errors in the file pc.h. Most are seeingly > insignifigant (missing ";" and ")") but i cannot > figure them out. Could i have a incorrect verson? > ANY help is greatly appriciated, > ALEC BERNTSON > There is no such thing as pc.h on msvc. How do you execute Allegro? It's a library. Libraries are not executable. How did you compile Allegro? If you want to use Allegro with msvc, you will have to compile it with msvc. Manni