Search found 5 matches
- Thu Jul 02, 2009 12:27
- Forum: Help
- Topic: handling events in c++
- Replies: 9
- Views: 6043
Re: handling events in c++
no i have log file, but i can't find any error in it: log content: 01/07/2009 19:02:28 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ 01/07/2009 19:02:28 (Std) + Crazy Eddie's GUI System - Event log + 01/07/2009 19:02:28 (Std) + (http://www.cegui.org.uk/) + 01/...
- Wed Jul 01, 2009 06:02
- Forum: Help
- Topic: handling events in c++
- Replies: 9
- Views: 6043
Re: handling events in c++
thanks for ur help and advise
but this is not an anserw , r u have a source code? for handling events in the c++ ?
but this is not an anserw , r u have a source code? for handling events in the c++ ?
- Tue Jun 30, 2009 15:04
- Forum: Help
- Topic: handling events in c++
- Replies: 9
- Views: 6043
Re: handling events in c++
OS : Win Vista
compailer: VC++ 2008 professional
log: nothing in log file
error: unhandled exeption error
can anyone send me some plain source code for handling events?
compailer: VC++ 2008 professional
log: nothing in log file
error: unhandled exeption error
can anyone send me some plain source code for handling events?
- Mon Jun 29, 2009 20:24
- Forum: Help
- Topic: handling events in c++
- Replies: 9
- Views: 6043
handling events in c++
hi how can i hanle events in the c++? ( i'm using OpenGL renderer and SDL) i use this code but its generate a runtime error and i dont konw what is wrong?: events.cpp: Events::Events() { CEGUI::WindowManager& wmgr = CEGUI::WindowManager::getSingleton(); CEGUI::Window *w = wmgr.getWindow("bt...
- Wed Jun 24, 2009 08:41
- Forum: Help
- Topic: Run time Error in handling events
- Replies: 1
- Views: 1589
Run time Error in handling events
hi i have run time error in my application error code: Unhandled exception at 0x010051b8 in CEGUI_SDL.exe: 0xC0000005: Access violation reading location 0x00000039. handling event code: class Event { public: Event() { CEGUI::WindowManager& wmgr = CEGUI::WindowManager::getSingleton(); wmgr.getWin...