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");
本文详细解析了在使用VC6.0进行项目开发时遇到的unresolved external symbol _WinMain@16错误,并提供了解决方法。此问题通常发生在创建的项目类型为非Win32 Console时,文章中提到了如何通过添加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
149
1786

被折叠的 条评论
为什么被折叠?