vc 6.0 unresolved external symbol _WinMain@16
很哟可能是创建的项目不是win32 console
// 项目运行发生自动关闭现象,无法看到运行结果
//Visual Studio\MyProjects\demo02\Debug\demo02.exe' has exited with code 0 (0x0).
system("pause");
vc 6.0 unresolved external symbol _WinMain@16
很哟可能是创建的项目不是win32 console
// 项目运行发生自动关闭现象,无法看到运行结果
//Visual Studio\MyProjects\demo02\Debug\demo02.exe' has exited with code 0 (0x0).
system("pause");
转载于:https://www.cnblogs.com/BlueFire-py/p/10602016.html