[ODE] Linking problems msvc2005/ode 0.8
Anders Olofsson
anders.olofsson at biologigrand.ac
Fri May 18 08:11:42 MST 2007
I recently downloaded ODE 0.8 (prebuilt) to try it on visual studio 2005, I
get these linking errors:
Error 1 error LNK2001: unresolved external symbol "public: void __thiscall
std::_String_base::_Xran(void)const " (?_Xran at _String_base@std@@QBEXXZ)
ode.lib
Error 2 error LNK2001: unresolved external symbol "public: void __thiscall
std::_String_base::_Xlen(void)const " (?_Xlen at _String_base@std@@QBEXXZ)
ode.lib
Had to add this in linking options:
/NODEFAULTLIB:libc.lib
/NODEFAULTLIB:msvcrt.lib
More information about the ODE
mailing list