Search found 12 matches
- Thu Apr 12, 2007 19:58
- Forum: Help
- Topic: Crash on getSingleton
- Replies: 20
- Views: 12362
- Wed Apr 11, 2007 15:27
- Forum: Help
- Topic: Crash on getSingleton
- Replies: 20
- Views: 12362
- Wed Apr 11, 2007 13:54
- Forum: Help
- Topic: Crash on getSingleton
- Replies: 20
- Views: 12362
- Wed Apr 11, 2007 13:29
- Forum: Help
- Topic: Crash on getSingleton
- Replies: 20
- Views: 12362
05/04/2007 14:46:57 (InfL1) Attempting to create Font from the information specified in file 'bluehighway-12.font'. 05/04/2007 14:46:57 (Error) Exception: FontManager::createFont - The value for the Font:Type attribute 'Dynamic' is unknown. 05/04/2007 14:46:57 (Error) FontManager::createFont - load...
- Wed Apr 11, 2007 12:42
- Forum: Help
- Topic: Crash on getSingleton
- Replies: 20
- Views: 12362
- Tue Apr 10, 2007 21:31
- Forum: Help
- Topic: Crash on getSingleton
- Replies: 20
- Views: 12362
- Tue Apr 10, 2007 21:20
- Forum: Help
- Topic: Crash on getSingleton
- Replies: 20
- Views: 12362
- Tue Apr 10, 2007 21:04
- Forum: Help
- Topic: Crash on getSingleton
- Replies: 20
- Views: 12362
- Tue Apr 10, 2007 19:23
- Forum: Help
- Topic: Crash on getSingleton
- Replies: 20
- Views: 12362
Crash on getSingleton
CEGUI::WindowManager& wmgr = CEGUI::WindowManager::getSingleton(); Just causes an assertion error. What the hell mGUIRenderer = new CEGUI::OgreCEGUIRenderer(mWindow, Ogre::RENDER_QUEUE_OVERLAY, false, 3000, mSceneMgr); CEGUI::WindowManager* mGUImngr = new CEGUI::WindowManager(); mGUISys...
- Tue Feb 06, 2007 18:45
- Forum: Help
- Topic: Problem with undefined class
- Replies: 1
- Views: 2795
Problem with undefined class
c:\documents and settings\dan\my documents\visual studio 2005\projects\ror\ror_edit\ror_edit\window_save.cpp(10) : error C2664: 'void CEGUI::Window::addChildWindow(const CEGUI::String &)' : cannot convert parameter 1 from 'CEGUI::FrameWindow *' to 'const CEGUI::String &' Rea...
- Tue Sep 19, 2006 17:26
- Forum: Help
- Topic: cegui Event handlers Not liking it it
- Replies: 3
- Views: 2708
- Tue Sep 19, 2006 15:57
- Forum: Help
- Topic: cegui Event handlers Not liking it it
- Replies: 3
- Views: 2708
cegui Event handlers Not liking it it
My code: //Start a new game wmgr.getWindow((CEGUI::utf8*)"Next")->subscribeEvent(CEGUI::PushButton::EventClicked, CEGUI::Event::Subscriber(&sufApp::Setup_Physics_and_game, this)); Don't work to good, handler .\src\suf.cpp(140) : error C2661: 'CEGUI::SubscriberTemplate<Ret,Args>::Subscr...