Page 1 of 1

about cegui0.7 and Ogre1.7.1

Posted: Fri Jun 11, 2010 18:44
by jasonjzz
I use the CEGUI 0.71 and Ogre1.7.1


CEGUI::System* getGUISystem();

protected:
CEGUI::System * mGUISystem;



mGUISystem = new CEGUI::System(mGUIRenderer);

CEGUI::System* GUISystem::getGUISystem()
{
return mGUISystem; // mGUISystem is 0x00000
}

who can help,thanks!

Re: about cegui0.7 and Ogre1.7.1

Posted: Fri Jun 11, 2010 21:19
by ianstangoe
Read the related pages section in the manual, specifically the section about OGRE and it will explain how to create and initialise CEGUI correctly.