Ok, I get this nasty error every time I try to compile a windows app under win2k:

--------------------Configuration: PROG3_2 - Win32 Debug--------------------
Linking...
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/PROG3_2.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

PROG3_2.exe - 2 error(s), 0 warning(s)


I have tried uninstalling/reinstalling VS...without luck....

Have any of you experienced this error before???