Search found 5 matches
- Fri Jul 18, 2008 13:48
- Forum: Help
- Topic: [Solved]Alternatives to setTextColours(CEGUI::colour)
- Replies: 1
- Views: 1307
[Solved]Alternatives to setTextColours(CEGUI::colour)
In CEGUI 0.4 i was using static_text->setTextColours(colour); Now in 0.6 i have to use static_text->setProperty("TextColours", "tl:FFFF0000 tr:FFFF0000 bl:FFFF0000 br:FFFF0000"); There is a method to use directly CEGUI::colour or CEGUI::ColourRect like in 0.4? I n...
- Thu Jul 17, 2008 10:24
- Forum: Help
- Topic: [Solved]Crash only in debug
- Replies: 8
- Views: 6828
- Wed Jul 16, 2008 18:40
- Forum: Help
- Topic: [Solved]Crash only in debug
- Replies: 8
- Views: 6828
I'm using the source version.
I have added
in CEGUIBase.h and rebuilt all but nothing changed
I have added
Code: Select all
#ifdef _DEBUG
#define _STLP_DEBUG 1
#endif
in CEGUIBase.h and rebuilt all but nothing changed
- Wed Jul 16, 2008 09:45
- Forum: Help
- Topic: [Solved]Crash only in debug
- Replies: 8
- Views: 6828
- Tue Jul 15, 2008 21:35
- Forum: Help
- Topic: [Solved]Crash only in debug
- Replies: 8
- Views: 6828
[Solved]Crash only in debug
I've build the samples in CEGUI in 0.6.1. In release mode they run correctly but in debug they crash. i've debugged some demo and they all crash in this line // Go to previous glyph, if we are going backward if (!forward) if (--s == d_cp_map.begin ()) //CRASH HERE break; line...