hello, i am using Visual C++ 2008 express edition with dark gdk for games. I recently brought the Dark Game Studio Bonanza where dark lights, dark ai and dark physics were included. For days i have been trying to make the extentions work the gdk but i keep on getting errors. I have managed to get dark lights to work but not the others. I cannot compile any of the samples of physics and AI.
With Dark Physics I am getting:
1>fatal error C1047: The object or library file '.\Debug\Main.obj' was created with an older compiler than other objects; rebuild old objects and libraries
1>LINK : fatal error LNK1257: code generation failed
with Dark AI I am getting:
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>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)
1>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)
1>libcpmtd.lib(stdthrow.obj) : error LNK2019: unresolved external symbol __CrtDbgReportW referenced in function "void __cdecl std::_Debug_message(wchar_t const *,wchar_t const *,unsigned int)" (?_Debug_message@std@@YAXPB_W0I@Z)
1>Debug\ai test.exe : fatal error LNK1120: 3 unresolved externals
Can anyone help!?!