error LNK2019: 无法解析的外部符号 __imp___CrtDbgReportW,该符号在函数 "void __cdecl ATL::AtlConvAllocMemory<wchar_t>(wchar_t * *,int,wchar_t *,int)" (??$AtlConvAllocMemory@_W@ATL@@YAXPAPA_WHPA_WH@Z) 中被引用

解决方法:工程项目属性->C/C++->代码生成-> 运行库, "多线程 DLL (/MD) " 修改为 "多线程调试 DLL (/MDd)"

相关文章:

  • 2021-06-22
  • 2021-08-13
  • 2022-12-23
猜你喜欢
  • 2021-08-11
  • 2021-05-14
相关资源
相似解决方案