-2

错误:

1>libcpmtd.lib(xdebug.obj) : 错误 LNK2019: 函数“void * __cdecl operator new(unsigned int,struct std::_DebugHeapTag_t const &,char *,int)”中引用的无法解析的外部符号 __malloc_dbg (??2@ YAPAXIABU_DebugHeapTag_t@std@@PADH@Z)

1>libcpmtd.lib(xdebug.obj) : 错误 LNK2019: 函数“void __cdecl operator delete(void *,struct std::_DebugHeapTag_t const &,char *,int)”(??3@YAXPAXABU_DebugHeapTag_t) 中引用的无法解析的外部符号 __free_dbg @std@@PADH@Z)

1>libcpmtd.lib(stdthrow.obj):错误 LNK2019:无法解析的外部符号 __CrtDbgReportW 在函数“void __cdecl std::_Debug_message(wchar_t const *,wchar_t const *,unsigned int)”(?_Debug_message@std@@YAXPB_W0I@ Z)

他们的意思是什么?

4

1 回答 1

0

如果您使用的是 Microsoft Visual Studio,请尝试msvcrt.lib在项目配置的链接器设置中添加其他依赖项。

否则,您需要链接到msvcrt.lib.

于 2012-05-03T21:30:35.523 回答