It's crashing while loading the dynamic modules (ceguisystem.cpp line 184) probably because I didnt copy over the dll files required for setting up the XML parser.
Since there is no log file at that time, perhaps the logger should be set to print to stderr?
Search found 3 matches
- Tue Dec 19, 2006 07:32
- Forum: Help
- Topic: CEGUI + HGE
- Replies: 3
- Views: 2917
- Mon Dec 18, 2006 00:48
- Forum: Help
- Topic: CEGUI + HGE
- Replies: 3
- Views: 2917
CEGUI + HGE
I'm trying to get CEGUI and HGE working together with the hgeRenderer previously created. The original link is broken, I got them from this link. I run my program, and its failing on the System initialization line: [code] CEGUI::HgeRenderer* hgeRenderer= new CEGUI::HgeRenderer(); new CEGUI::System(h...