Problem with ogre-ode

MrLapa

10-12-2008 11:51:48

hello to everyone,i'm new on this forum and i have a big problem with ogre-ode.

I'm following the first tutorial
http://www.ogre3d.org/wiki/index.php/First_steps_with_OgreODE

and when i compile the code,it says to me:

error C2259: 'OgreOde::Body': impossible to create an instance from an abstract class.

The error is on this line of code:
mBody = new OgreOde::Body(mWorld);

Can you explain to me where is the problem?...i'm just "copy & paste" the code that is on the tutorial :roll: :?:

Thanks

rewb0rn

10-12-2008 23:07:43

what function is abstract?

MrLapa

11-12-2008 08:59:02

what function is abstract?

It says this error when i try to create a Body object:

mBody = new OgreOde::Body(mWorld);


An other error that i have is:

LDR: LdrpWalkImportDescriptor() failed to probe c:\OgreSDK \Bin\Debug\OgreOde_Core_d.dll for its manifest, ntstatus 0xc0150002

Can someone explain to me how to solve this?

Thanks a lot :D

rewb0rn

11-12-2008 20:44:17

well if the class is abstract a function of the class is abstract, i want to know which.

MrLapa

11-12-2008 22:19:38

well if the class is abstract a function of the class is abstract, i want to know which.

Well,now i solved this problem(i just reinstalled the OgreSDK and the OgreOde SDK and now it works fine)

Thanks a lot