Search found 5 matches
- Sun Sep 13, 2009 02:51
- Forum: Offtopic Discussion
- Topic: Making cegui more mobile - oriented.
- Replies: 38
- Views: 33833
Re: Making cegui more mobile - oriented.
I do believe CEGUI should follow a more lightweight and embedded direction, not only in the part of mobiles, but also video game consoles and handhelds.
- Thu Sep 10, 2009 20:03
- Forum: Help
- Topic: [SOLVED] SDK VC9 not working on "start without debug"?
- Replies: 7
- Views: 3996
Re: CEGUI 0.6.2 SDK VC9 not working on "start without debug"?
No, what is and where can I set RTTI, I am experienced with g++ and vi, but kinda new with VC9.
Yeh I was also linking to a mixture of debug and non debug libraries to top it off... :/ , I will be cleaning things up.
Yeh I was also linking to a mixture of debug and non debug libraries to top it off... :/ , I will be cleaning things up.
- Wed Sep 09, 2009 23:06
- Forum: Help
- Topic: [SOLVED] SDK VC9 not working on "start without debug"?
- Replies: 7
- Views: 3996
Re: CEGUI 0.6.2 SDK VC9 not working on "start without debug"?
I am trying to debug a release build and when I double click it works normally. Thanks very much scriptkid! I happen to isolate the problem yesterday (I was unable to answer this post o.O, with some strange page error)... anyway to the good news!! The non debug version of the CEGUI libraries worked ...
- Tue Sep 08, 2009 02:37
- Forum: Help
- Topic: [SOLVED] SDK VC9 not working on "start without debug"?
- Replies: 7
- Views: 3996
Re: CEGUI 0.6.2 SDK VC9 not working on "start without debug"?
Thanks scriptkid... I got some good and some bad news... the good one is that I got it to run under Ctrl + F5 (without debugger)!!!! =D The bad news is that in order to run I had changed the CEGUIBase.lib to CEGUIBase_d.lib and OpenGLGUIRenderer.lib to OpenGLGUIRenderer_d.lib. Do you know some possi...
- Sun Sep 06, 2009 17:30
- Forum: Help
- Topic: [SOLVED] SDK VC9 not working on "start without debug"?
- Replies: 7
- Views: 3996
[SOLVED] SDK VC9 not working on "start without debug"?
Hello guys! I downloaded the CEGUI 0.6.2 SDK for VC9 and included it on my game. For a test I wrote the follwoing: CEGUI::OpenGLRenderer* renderer = new CEGUI::OpenGLRenderer(0,window_width, window_height); new CEGUI::System(renderer); In linux it runs ok with both lines, so I think there is no prob...