zzangxx Posted April 25, 2011 Share Posted April 25, 2011 (edited) I already make the bullet lib and add the library in the project file. I want to compile and use the bullet solver. ( I use bullet-2.77 and houdini 11.0.581 (x64)) Is there anyone to know about this? This error is related to sim_optionsuser.h 1>SIM_SolverBullet.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class UT_Vector3T<float> const __cdecl SIM_BulletData::getPrimS(void)const " (__imp_?getPrimS@SIM_BulletData@@QEBA?BV?$UT_Vector3T@M@@XZ) 1>SIM_SolverBullet.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __cdecl SIM_BulletData::getGeoConvex(void)const " (__imp_?getGeoConvex@SIM_BulletData@@QEBA_NXZ) 1>SIM_SolverBullet.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __cdecl SIM_BulletData::getGeoRep(class UT_String &)const " (__imp_?getGeoRep@SIM_BulletData@@QEBAXAEAVUT_String@@@Z) 1>SIM_SolverBullet.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static char const * __cdecl SIM_BulletData::classname(void)" (__imp_?classname@SIM_BulletData@@CAPEBDXZ) 1>SIM_SolverBullet.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl SIM_BulletData::createDataFactory(class SIM_Engine *)" (__imp_?createDataFactory@SIM_BulletData@@SAXPEAVSIM_Engine@@@Z) 1>SIM_SolverBullet.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const SIM_BulletData::`vftable'{for `SIM_OptionsUser'}" (__imp_??_7SIM_BulletData@@6BSIM_OptionsUser@@@) 1>SIM_SolverBullet.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) const SIM_BulletData::`vftable'{for `SIM_Data'}" (__imp_??_7SIM_BulletData@@6BSIM_Data@@@) 1>SIM_SolverBullet.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: bool __cdecl SIM_BulletData::getAutofit(void)const " (__imp_?getAutofit@SIM_BulletData@@QEBA_NXZ) 1>SIM_SolverBullet.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double __cdecl SIM_BulletData::getCollisionMargin(void)const " (__imp_?getCollisionMargin@SIM_BulletData@@QEBANXZ) 1>SIM_SolverBullet.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double __cdecl SIM_BulletData::getPrimLength(void)const " (__imp_?getPrimLength@SIM_BulletData@@QEBANXZ) 1>SIM_SolverBullet.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: double __cdecl SIM_BulletData::getPrimRadius(void)const " (__imp_?getPrimRadius@SIM_BulletData@@QEBANXZ) Edited April 25, 2011 by zzangxx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.