Search found 5 matches

by Littorio
Fri Jul 18, 2008 13:48
Forum: Help
Topic: [Solved]Alternatives to setTextColours(CEGUI::colour)
Replies: 1
Views: 1224

[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...
by Littorio
Thu Jul 17, 2008 10:24
Forum: Help
Topic: [Solved]Crash only in debug
Replies: 8
Views: 6451

This solved the problem.
Why it was happening only to me? It is caused by stlport?
I'm using stlport 4.6.2
by Littorio
Wed Jul 16, 2008 18:40
Forum: Help
Topic: [Solved]Crash only in debug
Replies: 8
Views: 6451

I'm using the source version.

I have added

Code: Select all

#ifdef _DEBUG
   #define _STLP_DEBUG 1
#endif

in CEGUIBase.h and rebuilt all but nothing changed
by Littorio
Wed Jul 16, 2008 09:45
Forum: Help
Topic: [Solved]Crash only in debug
Replies: 8
Views: 6451

Windows XP SP2 Visual Studio 2003 SP1 The error message is "the application has requested the runtime to terminate it in an unusual way." Callstack > msvcr71d.dll!_NMSG_WRITE(int rterrnum=10) Line 195 C msvcr71d.dll!abort() Line 44 + 0x7 C stlport_vc71_stldebug46.dll!_STL::__stl_debug_engi...
by Littorio
Tue Jul 15, 2008 21:35
Forum: Help
Topic: [Solved]Crash only in debug
Replies: 8
Views: 6451

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

Go to advanced search