hvalola
11-06-2010 11:20:15
hi
i have success fully configured ogre-ode (i suppose)
then i have tried to implement the First steps with OgreODE tutorial.
when i compile it gave me two errors
////////////////////////////////////////////////
1>.\src\ode_test.cpp(98) : error C2664: 'Ogre::MovableObject::setUserObject' : cannot convert parameter 1 from 'OgreOde::InfinitePlaneGeometry *' to 'Ogre::UserDefinedObject *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\src\ode_test.cpp(125) : error C2664: 'Ogre::MovableObject::setUserObject' : cannot convert parameter 1 from 'OgreOde::Geometry *' to 'Ogre::UserDefinedObject *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
///////////////////////////////////////////////////
Does any one have a solution for this matter.
please help
i have success fully configured ogre-ode (i suppose)
then i have tried to implement the First steps with OgreODE tutorial.
when i compile it gave me two errors
////////////////////////////////////////////////
1>.\src\ode_test.cpp(98) : error C2664: 'Ogre::MovableObject::setUserObject' : cannot convert parameter 1 from 'OgreOde::InfinitePlaneGeometry *' to 'Ogre::UserDefinedObject *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
1>.\src\ode_test.cpp(125) : error C2664: 'Ogre::MovableObject::setUserObject' : cannot convert parameter 1 from 'OgreOde::Geometry *' to 'Ogre::UserDefinedObject *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
///////////////////////////////////////////////////
Does any one have a solution for this matter.
please help