Wont compile for me... I get the following errors...
1>------ Build started: Project: DBOTest, Configuration: Debug Win32 ------
1>Compiling...
1>Main.cpp
1>*** WARNING : Default char type is NOT unsigned ! ***
1>Linking...
1>libcpmtd.lib(xdebug.obj) : warning LNK4098: defaultlib 'libcmt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
1>Main.obj : error LNK2019: unresolved external symbol __CrtDbgReportW referenced in function "public: int const & __thiscall std::_Deque_const_iterator<int,class std::allocator<int>,1>::operator*(void)const " (??D?$_Deque_const_iterator@HV?$allocator@H@std@@$00@std@@QBEABHXZ)
1>libcpmtd.lib(stdthrow.obj) : error LNK2001: unresolved external symbol __CrtDbgReportW
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>Debug\DBOTest.exe : fatal error LNK1120: 3 unresolved externals
1>Build log was saved at "file://c:\Users\Matt\Documents\Visual Studio 2008\Projects\DBOTest\DBOTest\Debug\BuildLog.htm"
1>DBOTest - 5 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Help is greatly appreciated considering i really need this for my next project.