-2

エラー:

1>libcpmtd.lib(xdebug.obj): エラー LNK2019: 関数で参照されている未解決の外部シンボル __malloc_dbg "void * __cdecl operator new(unsigned int,struct std::_DebugHeapTag_t const &,char *,int)" (??2@ YAPAXIABU_DebugHeapTag_t@std@@PADH@Z)

1>libcpmtd.lib(xdebug.obj): エラー LNK2019: 関数で参照されている未解決の外部シンボル __free_dbg "void __cdecl operator delete(void *,struct std::_DebugHeapTag_t const &,char *,int)" (??3@YAXPAXABU_DebugHeapTag_t @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 に答える