Search found 12 matches

by danharibo
Thu Apr 12, 2007 19:58
Forum: Help
Topic: Crash on getSingleton
Replies: 20
Views: 10401

Still Crashes at that same line.
by danharibo
Wed Apr 11, 2007 15:27
Forum: Help
Topic: Crash on getSingleton
Replies: 20
Views: 10401

Ok i think it's working. but it still crashes. I'll have to get back to this as something more important has come up..
by danharibo
Wed Apr 11, 2007 13:54
Forum: Help
Topic: Crash on getSingleton
Replies: 20
Views: 10401

It Doesn't make sense because the font type is "FreeType"
by danharibo
Wed Apr 11, 2007 13:29
Forum: Help
Topic: Crash on getSingleton
Replies: 20
Views: 10401

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...
by danharibo
Wed Apr 11, 2007 12:42
Forum: Help
Topic: Crash on getSingleton
Replies: 20
Views: 10401

Cbaseeditor* mEditor = new Cbaseeditor(mSceneMgr,CEGUI::WindowManager::getSingletonPtr()->getWindow("root")); Still Crashes here! Cbaseeditor::Cbaseeditor(Ogre::SceneManager* temp,CEGUI::Window* mGuiRoot) { //Save the SceneMgr mSceneMgr = temp; Verstri...
by danharibo
Tue Apr 10, 2007 21:31
Forum: Help
Topic: Crash on getSingleton
Replies: 20
Views: 10401

void Cbaseeditor::DrawMenu() { ////Grab the CEGUI Window Manager CEGUI::WindowManager& wmgr = CEGUI::WindowManager::getSingleton(); //Draws a CEGUI driven MENU. CEGUI::PushButton* SaveButton = (CEGUI::PushButton*)wmgr.createWindow("TaharezLook/Button",...
by danharibo
Tue Apr 10, 2007 21:20
Forum: Help
Topic: Crash on getSingleton
Replies: 20
Views: 10401

It Crashes here: Cbaseeditor* mEditor = new Cbaseeditor(mSceneMgr,CEGUI::WindowManager::getSingleton().getWindow("root")); According to the debugger, but i'm guessing this is the cause: CEGUI::WindowManager& wmgr = CEGUI::WindowManager::getSingleton();
by danharibo
Tue Apr 10, 2007 21:04
Forum: Help
Topic: Crash on getSingleton
Replies: 20
Views: 10401

Still Crashes.
by danharibo
Tue Apr 10, 2007 19:23
Forum: Help
Topic: Crash on getSingleton
Replies: 20
Views: 10401

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...
by danharibo
Tue Feb 06, 2007 18:45
Forum: Help
Topic: Problem with undefined class
Replies: 1
Views: 2467

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...
by danharibo
Tue Sep 19, 2006 17:26
Forum: Help
Topic: cegui Event handlers Not liking it it
Replies: 3
Views: 2302

English is my first language but my typing Sucs so here is What i meant: I have an event handler That is supposed to Setup a button blah blah blah... And this code here: void sufApp::setupEventHandlers2(void) { CEGUI::WindowManager& wmgr = CEGUI::WindowManager::getSingleton()...
by danharibo
Tue Sep 19, 2006 15:57
Forum: Help
Topic: cegui Event handlers Not liking it it
Replies: 3
Views: 2302

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...

Go to advanced search