linking errors in creating basic window
Linking...
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
I have 8.1 SDK loaded and am using VC 6.......
February 18, 2003 02:30 PM
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.
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
Popular Topics
Advertisement