Error LNK2019: unresolved external symbol _wWinMain@16 referenced in function ___tmainCRTStartup
问题 I have started with DirectX 11 and get these compilation errors: Error 1 error LNK2019: unresolved external symbol wWinMain@16 referenced in function _ _tmainCRTStartup Error 2 error LNK1120: 1 unresolved externals(I figure that this error is because of the error just above this one) I have searched around for fixes to this problem for quite a while, yet I cannot find any fixes to this problem on this site or any other sites via google. I am using Visual Studio 2012 and c++ for this project.