Error : LNK2001 :unresolved external symbol __CrtDbgReportW
Building a Microsoft Visual C++ project you may get error "LNK2001: unresolved external symbol __CrtDbgReportW".
If you have recently changed the VS
runtime, check if the runtime library settings (under C++ -> code
generation settings ) are same for the project and all the libs you are
linking to.
If there is a single project rebuilding should solve the error.
If there is a single project rebuilding should solve the error.
Comments
Post a Comment