I'm a french user of Ogre3d and now i want to use Cegui for my game Gui.
I'm reading all they tutorials and i test, BUT there is a small problem, when i try to load a sheme, it reply that the file is in any ressource group or that the file is not finded.
I've include all the Cegui headers and used CEGUI Namespace.
Code: Select all
//-- Activation de CEGUi --//
RdrGui = new OgreCEGUIRenderer(Fenetre,RENDER_QUEUE_OVERLAY,false,3000,SceneMenu);
GuiSys = new System(RdrGui);
Logger::getSingleton().setLoggingLevel(Informative);
//-- Chargement du skin --//
SchemeManager::getSingleton().loadScheme((utf8*)"TaharezLook.scheme");
The processus return 3.

Thank to help me


ArKada