Tuesday, 18 November 2014

Error : LNK2001 :unresolved external symbol __CrtDbgReportW

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.
  • 0Blogger Comment
  • Facebook Comment