Ogre 1.0.7 en OgreNewt demo problem

misterface

15-02-2006 21:58:23

hi,

having a problem with ogre 1.0.7 en OgreNewt.

When I compile a demo I get:

Warning 1 warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data c:\eindwerk\Ogre\ogreaddons\OgreNewt\demos\Include\Line3D.cpp 79
Error 2 error C2039: 'destroyEntity' : is not a member of 'Ogre::SceneManager' c:\eindwerk\Ogre\ogreaddons\OgreNewt\demos\Demo05_SimpleVehicle\SimpleVehicle.cpp 91
Error 3 error C2039: 'destroyEntity' : is not a member of 'Ogre::SceneManager' c:\eindwerk\Ogre\ogreaddons\OgreNewt\demos\Demo05_SimpleVehicle\SimpleVehicle.cpp 115
Warning 4 warning C4482: nonstandard extension used: enum 'Ogre::Light::LightTypes' used in qualified name c:\eindwerk\Ogre\ogreaddons\OgreNewt\demos\Demo05_SimpleVehicle\OgreNewtonApplication.cpp 74


:roll: anyone?

walaber

16-02-2006 00:15:57

OgreNewt is currently set to compile with the new Dagon branch of Ogre. to compile with the current stble release, change all references to "destroyEntity" in the demos to "removeEntity", which is the function name in the 1.0.x versions.

misterface

16-02-2006 00:25:23

thx :)

Error 1 fatal error LNK1181: cannot open input file 'OgreNewt_Main.lib' Demo05_SimpleVehicle


can't find it myself either :?

Horizon

16-02-2006 10:58:59

Should be in Ogre\ogreaddons\OgreNewt\OgreNewt_Main\lib\release and you need to have that in your library path.

misterface

16-02-2006 19:07:20

thx that problem is solved :)

anear

27-06-2006 17:13:41

How did you solve the problem? I searched for OgreNewt_Main.lib on my harddisk, just couldn't find it!

Where is OgreNewt_Main.lib?

anear

27-06-2006 17:26:47

Solved! I should have built OgreNewt_Main first.

Sorry for the stupid question.