Search found 4 matches
- Fri Jan 20, 2006 19:14
- Forum: CEGUI Library Development Discussion
- Topic: BUG: VS7.1 - Runtime error for all Samples
- Replies: 1
- Views: 3617
BUG: VS7.1 - Runtime error for all Samples
My comments are regarding the VS7.1 (.NET 2003) installation files. Any and all sample apps run from the debugger (important distinction!) have a runtime error. Apps cannot find any of the data files on the harddrive. I fixed this by simply changing the working directory in the project properties to...
- Thu Jan 19, 2006 20:13
- Forum: Offtopic Discussion
- Topic: trying to make a console window using CEGUI
- Replies: 2
- Views: 4093
Re: trying to make a console window using CEGUI
uuh. the link was broken and I am interested in what the root cause was and what your solution was. Is this issue pertaining to Ogre and CEGUI only?
-SJ
-SJ
- Thu Jan 19, 2006 16:26
- Forum: Offtopic Discussion
- Topic: CEGui architecture
- Replies: 2
- Views: 3212
Re: CEGui architecture
Thank you. I feel welcome already! I did manage to find the class diagram in the help file that was installed. But I did not find much write up on how the library internals work. Your comments, however, gave me some clues. I am a MFC/Wi32 programmer so naturally I went looking for the message pump. ...
- Wed Jan 18, 2006 23:02
- Forum: Offtopic Discussion
- Topic: CEGui architecture
- Replies: 2
- Views: 3212
CEGui architecture
Being new to CEGui and always curious how things work, is there a document that explains how the main "engine" works? How do the Events and EventSet work together with the basic Windows? Does it use "Win32 like" message handling? Thanks. I'll continue to dig into the code. -SJ