|
|
在VC6.0中编译通过的DX程序在VC2005怎么编译不通过啊?
如下错误:
libcpmtd.lib(xdebug.obj) : error LNK2019: 无法解析的外部符号 __malloc_dbg,该符号在函数 "void * __cdecl operator new(unsigned int,struct std::_DebugHeapTag_t const &,char *,int)" (??2@YAPAXIABU_DebugHeapTag_t@std@@PADH@Z) 中被引用
libcpmtd.lib(xdebug.obj) : error LNK2019: 无法解析的外部符号 __free_dbg,该符号在函数 "void __cdecl operator delete(void *,struct std::_DebugHeapTag_t const &,char *,int)" (??3@YAXPAXABU_DebugHeapTag_t@std@@PADH@Z) 中被引用
Debug/CreateDevice.exe : fatal error LNK1120: 2 个无法解析的外部命令
请教高人,不然我得卸掉2005用6。0了,哭啊 [em10] |
|