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
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