Search found 3 matches
- Sat Mar 01, 2014 11:38
- Forum: Help
- Topic: APPCRASH in FrameComponent when using g++ -O3 build option
- Replies: 6
- Views: 6204
Re: APPCRASH in FrameComponent when using g++ -O3 build opti
Hi! Got the same problem here with mingw g++ with -O3 (only in CEGUIBase for now). -O2 works fine. CEGUI 0.8.3. Before find this post, I've pinpointed a problem at renderImage() function at FrameComponent.cpp. I found that inside this function that is overrided (from parent), and const, the variable...
- Fri Feb 28, 2014 11:59
- Forum: Help
- Topic: [SOLVED] Irrlicht 1.8 + CEGUI Mercurial Version
- Replies: 5
- Views: 5700
Re: Irrlicht 1.8 + CEGUI Mercurial Version
Ok, just found out that cmake generates 3 files: Config.h, Version.h and ModuleConfig.h.
Just copied that and it works

Just copied that and it works


- Fri Feb 28, 2014 01:07
- Forum: Help
- Topic: [SOLVED] Irrlicht 1.8 + CEGUI Mercurial Version
- Replies: 5
- Views: 5700
Re: Irrlicht 1.8 + CEGUI Mercurial Version
Hi! I've got the same error "Failed to load module 'libCEGUI.dll': Unknown Error" and I found out that I missed to set Expat as the default XML parser. After re-run cmake to fix it, it worked. But my question is, how can I fix this without cmake? I have a project manually set and I'm missi...