BulletOgreTest error LNK2019

Show what you made with Bullet Physics SDK: Games, Demos, Integrations with a graphics engine, modeler or any other application
PhysiczJunk33
Posts: 2
Joined: Thu Feb 01, 2007 5:58 pm

BulletOgreTest error LNK2019

Post by PhysiczJunk33 »

I've been triing to run the ogre bullet physics example and have been running into some problems with it.I've been getting an linking error

BulletOgreTest error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::WindowEventUtilities::messagePump(void)" (__imp_?messagePump@WindowEventUtilities@Ogre@@SAXXZ) referenced in function _main

I have
ois_d.lib
OgreMain_d.lib
libbulletcollision_d.lib
libbulletmath_d.lib
libbulletdynamics_d.lib
dinput.lib
dxguid.lib

any help on my missing library of project set-up would be greatly appreciated.
snailrose
Posts: 15
Joined: Sun May 28, 2006 6:44 pm

Post by snailrose »

What Ogre/Bullet source are you working from ?
Its probably just a simple mix up somewhere, have you tried a clean OgreMain build?
User avatar
kenshin
Posts: 36
Joined: Fri Oct 31, 2008 5:10 pm

Re: BulletOgreTest error LNK2019

Post by kenshin »

the same error with me ...