From: Kai Dietrich Newsgroups: comp.os.msdos.djgpp Subject: [OT] Allegro and MSVC Date: Fri, 13 Jul 2001 23:03:36 +0200 Organization: T-Online Lines: 34 Message-ID: <9innn7$a13$02$1@news.t-online.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 995058216 02 10275 DchhSjgTSy-1h+ 010713 21:03:36 X-Complaints-To: abuse AT t-online DOT com X-Sender: 320009961467-0001 AT t-dialin DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! I know, its OT, but I don't know where to ask. I'm writing a very cool game using DJGPP and Allegro. Now I would like to port it to Microsoft Visual C++ 6.0 but I get the following Error Message: I try to translate it: linking... LIBCD.lib(crt0.obj) : error LNK2001: unsolved(undefined?) extern symbol _main Debug/foo.exe : fatal error LNK1120: 1 unsolved(undefined?) extern reference error running link.exe. foo.exe - 2 error, 32 warning(s) original german error message: Linker-Vorgang läuft... LIBCD.lib(crt0.obj) : error LNK2001: Nichtaufgeloestes externes Symbol _main Debug/foo.exe : fatal error LNK1120: 1 unaufgeloeste externe Verweise Fehler beim Ausführen von link.exe. foo.exe - 2 Fehler, 32 Warnung(en) I use alot of ANSI and non ANSI stdlib and Allegro. Is libcd.lib a part of Allegro or do I have to ask at msvc newsgroup? TIA Bye Kai