Hi!
I've read several posts regarding this topic but i still cant't get my linker settings right.
I get the following linker error:
libcpmtd.lib(xdebug.obj) : error LNK2019: unresolved external symbol "__malloc_dbg" in Function ""void * __cdecl operator new(unsigned int,struct std::_DebugHeapTag_t const &,char *,int)" (??2@YAPAXIABU_DebugHeapTag_t@std@@PADH@Z)".
3>libcpmtd.lib(xdebug.obj) : error LNK2019: unresolved external symbol "__free_dbg" in Function ""void __cdecl operator delete(void *,struct std::_DebugHeapTag_t const &,char *,int)" (??3@YAXPAXABU_DebugHeapTag_t@std@@PADH@Z)".
3>libcpmtd.lib(stdthrow.obj) : error LNK2019: unresolved external symbol "__CrtDbgReportW" in Function ""void __cdecl std::_Debug_message(wchar_t const *,wchar_t const *,unsigned int)" (?_Debug_message@std@@YAXPB_W0I@Z)".
Runtime Library is set to Multithreaded (/MT)
Any ideas ??
Thanks