Problems running OgreNewt 2.0 with Ogre 1.7

majc

16-03-2010 23:26:32

HI,

It seems OgreNewt::BasicFrameListener doesn't exist anymore but the demos still use it what can i do to run them?

Thanks in advance!

PJani

17-03-2010 06:09:40

It should exist. The OgreNewt BasicFrameListener its not included in OgreNewt.h. You will need to include OgreNewt_BasicFrameListener.h in you application. where actually you need it. :)

majc

17-03-2010 09:07:16

Thank you very mutch :)
When i try to compile the demos its asking me for OgreGUIRender or something like that but the new Ogre 1.7 don't compile that lib anymore.
What should i do?

PJani

17-03-2010 11:47:32

Hmm do you mean OgreCEGUIRenderer? Because thats really weird. I checked all demos and none of them uses any external GUI renderer or something similar and it should not. :?

majc

17-03-2010 11:49:14

I have to see with more atention the name when i arrive home.
Thanks for your quick answer.

majc

18-03-2010 09:25:59

I was talking about OgreGUIRenderer.lib or OgreGUIRenderer_d.lib

PJani

18-03-2010 13:23:48

Heh i checked again and that library is from older release of Ogre 1.6.x which included CEGUI with it. If you will want to run that demos. You will need to install old Ogre v1.6.x or allmost re write anything and compile new CEGUI.

Eather way i recommend you, you try to write your own "sandbox".

majc

18-03-2010 13:56:08

Yes i suspected that :s
If i find a solution using the new Ogre i will post here.

Thanks mate.