Advertisement

VC++ Compile Error

Started by October 08, 2000 09:47 PM
0 comments, last by FoaD-420- 24 years, 2 months ago
I get this weird compile error sometimes when I try to compile some things I''ve written up. It just all of a sudden becomes a problem sometimes...here it is: LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main Debug/Lesson9.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. Dunno whats up.
The project type you are in is probably the wrong one. If your making a windows app, use Win32 Application and if its a console app then use Win32 Console Application. You probably just clicked the wrong one by accident.

Snyper
=============================Where's the 'any' key?=============================

This topic is closed to new replies.

Advertisement