Page 1 of 1

Ouse and Keyboard Events crashes Application

Posted: Tue Apr 25, 2006 03:57
by quard
Hello!
I'm just starting makign applications with CEGUI and I have strange things.
Here my stages, which I did:
1) Compile CEGUIBase and TaharezLook librarys
2) Insert whem into my project (I use HGE for renderer)
3) Make simple window from samples

All compiled fine, I cansee window, but when I put mouse into Close button, application craches. When I use libs in debug mode, I have error about breakpoint (BUT I don't have any breakpoints!). And when I use libs in release mode (with changing libs and dll's suretanly) I have Heap error - "Invalid Address specified to RtlFreeHeap( 00BA0000, 00BA9468 )"

UPDATE:
I have whese errors even I put omouse in active sections, such as header. With Button widgets errors was also :( Seems what Events have bad allocations or reallocations.

I using VC 7.1 and latest CEGUI.

Can anyone help me?

Posted: Tue Apr 25, 2006 16:32
by lindquist
Seeing call stack might shed some light on whats happening.

Posted: Tue Apr 25, 2006 17:07
by quard
And how I can fix it? What should I do?