Advertisement

linking errors in creating basic window

Started by February 18, 2003 02:19 PM
0 comments, last by GRR 21 years, 9 months ago
Linking... LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main I have 8.1 SDK loaded and am using VC 6.......
You created the wrong project type.

If you have a main() function in your application you create a win32 console application.

If your program has a WinMain() function then you create a win32 application.

This topic is closed to new replies.

Advertisement