Critter Crash

Gorgool

12-12-2010 21:21:41

I have link errors:

Error 28 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall std::_Container_base_secure::~_Container_base_secure(void)" (__imp_??1_Container_base_secure@std@@QAE@XZ) referenced in function "protected: __thiscall std::_Container_base_aux_alloc_empty<class std::allocator<class Critter::Renderable *> >::~_Container_base_aux_alloc_empty<class std::allocator<class Critter::Renderable *> >(void)" (??1?$_Container_base_aux_alloc_empty@V?$allocator@PAVRenderable@Critter@@@std@@@std@@IAE@XZ) CritterDebugStatic.lib
Error 29 error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall std::_Container_base_secure::_Orphan_all(void)const " (__imp_?_Orphan_all@_Container_base_secure@std@@QBEXXZ) referenced in function __catch$?_Insert_n@?$vector@PAVRenderable@Critter@@V?$allocator@PAVRenderable@Critter@@@std@@@std@@IAEXV?$_Vector_const_iterator@PAVRenderable@Critter@@V?$allocator@PAVRenderable@Critter@@@std@@@2@IABQAVRenderable@Critter@@@Z$0 CritterDebugStatic.lib
Error 30 error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall std::_Container_base_secure::_Container_base_secure(void)" (__imp_??0_Container_base_secure@std@@QAE@XZ) referenced in function "protected: __thiscall std::_Container_base_aux_alloc_empty<class std::allocator<class Critter::Renderable *> >::_Container_base_aux_alloc_empty<class std::allocator<class Critter::Renderable *> >(class std::allocator<class Critter::Renderable *>)" (??0?$_Container_base_aux_alloc_empty@V?$allocator@PAVRenderable@Critter@@@std@@@std@@IAE@V?$allocator@PAVRenderable@Critter@@@1@@Z) CritterDebugStatic.lib

These errors appears only in Debug Build (Release Build fine).
All link directories are set up. I have rebuild Critter (DebugStatic), but it wont help.

betajaen

12-12-2010 21:36:57

:? I've never even heard of half of those in there. What is your setup?

Gorgool

12-12-2010 21:43:54

Solved by building in VS 2008.
I built it in VS 2005 before that.
Strange actualy...

betajaen

12-12-2010 21:49:07

Yes, how odd.