VC6-error LNK2001: unresolved external symbol

xiaoxiao2021-02-28  102

error LNK2001: unresolved external symbol _WinMain@16 错误

解决:

In Visual Studio 6.0 : Go to Project -> Settings -> Link tab  In the bottom  Project Options :  Find the word => /subsystem:windows change it to => /subsystem:console

转载请注明原文地址: https://www.6miu.com/read-18348.html

最新回复(0)