Just installed C++ 6.0 Enterprise Edition. All my programs used to work correctly on version 5.0.
Start out with an empty project. Then I create a new C++ source file.
Program compiles correctly with 0 errors. However, during a build of the program I get the following two errors.
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/Project 1.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Any hints? Is this an install problem?
Regards.
Start out with an empty project. Then I create a new C++ source file.
Program compiles correctly with 0 errors. However, during a build of the program I get the following two errors.
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/Project 1.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Any hints? Is this an install problem?
Regards.