Posted by William D McQuain on September 14, 2001 at 16:37:54:
In Reply to: link error? posted by Bernard Farley on September 14, 2001 at 15:33:44:
: i compiled my program and it had zero errors, but when i try to run it, it gives me this message:
: LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
You defined a project workspace (probably following Appendix I of the notes), and you selected "Win32 Application" instead of "Win32 Console Application".
: Debug/rectangledata.exe : fatal error LNK1120: 1 unresolved externals
: Error executing link.exe.
: what does that mean?
: - bernard