Well, I managed to fix it. I dont have a clue what was causing it but visual studio was doing some straaaange things.
Thanks!
Search found 3 matches
- Sat Apr 18, 2009 19:17
- Forum: Help
- Topic: Release strangeness
- Replies: 4
- Views: 3922
- Sat Apr 18, 2009 15:13
- Forum: Help
- Topic: Release strangeness
- Replies: 4
- Views: 3922
Re: Release strangeness
Root is initialised as so: CEGUI::WindowManager::getSingleton().loadWindowLayout( "DragDropDemo.layout" ); CEGUI::Window * root_window = CEGUI::WindowManager::getSingleton().getWindow("Root"); It is only happening in release, after the renderer and system are created and all of t...
- Sat Apr 18, 2009 13:05
- Forum: Help
- Topic: Release strangeness
- Replies: 4
- Views: 3922
Release strangeness
Hi all! Im using CEGUI for my university project and cant seem to get a piece of release code to work compared to debug... very strange :/ The piece of code is: CEGUI::Window * root_window = CEGUI::WindowManager::getSingleton().getWindow("Root"); CEGUI::System::getSingleton().setGUISheet( ...