Search found 2 matches
- Tue Apr 20, 2010 14:24
- Forum: Help
- Topic: Building CEGUI for latest OGRE - Cmake problems
- Replies: 13
- Views: 14909
Re: Building CEGUI for latest OGRE - Cmake problems
Hi, and welcome :) It seems that the Ogre devs have removed and are no longer using the .pc package config file used to detect installed libraries. Which basically means you may have to point the configure script to the correct location of the Ogre headers and libs by way of the Ogre_CFLAGS and Ogr...
- Mon Mar 09, 2009 03:25
- Forum: Help
- Topic: loading gui sheet doesn't work
- Replies: 1
- Views: 2039
loading gui sheet doesn't work
Hi everybody! I have the following problem with my code. I load a layout for the main menu with the following code: CEGUI::Window *sheet = CEGUI::WindowManager::getSingleton().loadWindowLayout((CEGUI::utf8*)"mainMenu.layout"); //load image into the staticImage holde...