Hi,
When I put #include <string> at the top of my programme I get a compile error;
LINK : Debug\Char Tests.exe not found or not built by the last incremental link; performing full link
libcpmtd.lib(xdebug.obj) : warning LNK4098: defaultlib 'libcmt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
libcpmtd.lib(xdebug.obj) : error LNK2019: unresolved external symbol __malloc_dbg referenced in function "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: unresolved external symbol __free_dbg referenced in function "void __cdecl operator delete(void *,struct std::_DebugHeapTag_t const &,char *,int)" (??3@YAXPAXABU_DebugHeapTag_t@std@@PADH@Z)
Debug\Char Tests.exe : fatal error LNK1120: 2 unresolved externals
Does this not work with DarkGDK?
Also, I've noticed that if I use the statement 'use namespace std' I get errors - So I cannot use this either?