error LNK2019: 无法解析的外部符号 __imp___CrtDbgReportW
Posted MicrobeORM
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error LNK2019: 无法解析的外部符号 __imp___CrtDbgReportW相关的知识,希望对你有一定的参考价值。
error LNK2019: 无法解析的外部符号 __imp___CrtDbgReportW
error LNK2005 and error LNK2019
error LNK2019: unresolved external symbol __imp___CrtDbgReportW referenced in function "public: double & __thiscall std::vector<double,class std
MSVCRT.lib(MSVCR80.dll) : error LNK2005: _strtol already defined in LIBCMTD.lib(strtol.obj)
this kind error, just need change the C/C++->code generation-> runtime library "Multi-threaded Debug (/MTd)" ->Multi-threaded Debug DLL (/MDd)
以上是关于error LNK2019: 无法解析的外部符号 __imp___CrtDbgReportW的主要内容,如果未能解决你的问题,请参考以下文章
error LNK2019: 无法解析的外部符号 求解答..
error LNK2019: 无法解析的外部符号 WinMain,error LNK2001: 无法解析的外部符号 WinMain