2012-05-03 23 views
-2

1> libcpmtd.lib(xdebug.obj):エラーLNK2019:未解決の外部シンボルの関数で参照 __malloc_dbg「無効* __cdeclオペレータ新しい(unsigned int型、構造体のstd: :_DebugHeapTag_t CONST &、チャー*、INT)」 (?? 2 @ YAPAXIABU_DebugHeapTag_t @ STD @@ PADH @ Z)リンクエラー++ darkGDK

1> libcpmtd.lib(xdebug.obj):エラーLNK2019:未解決の外部シンボル __free_dbg参照します(void *、struct std :: _ DebugHeapTag_t const &、char *、int) "(#3 @ YAXPAXABU_DebugHeapTag_t @ std @@ PADH @ Z)

1> libcpmtd.lib(stdthrow.obj):エラーLNK2019:未解決の外部シンボル __CrtDbgReportW機能で参照 "のボイド__cdecl のstd :: _ Debug_message(wchar_t型のconst *、wchar_t型のconst *、unsigned int型)" (_Debug_message? @ std @@ YAXPB_W0I @ Z)

何を意味しますか?

答えて

0

MSVSを使用している場合は、プロジェクト構成のリンカ設定の追加の依存関係にmsvcrt.libを追加してみてください。

それ以外の場合は、msvcrt.libとリンクする必要があります。