Search found 3 matches

by vitefalcon
Tue Jul 15, 2008 13:11
Forum: Modifications / Integrations / Customisations
Topic: CEGUICommonFileDialog
Replies: 4
Views: 4957

I don't know if you've already solved this..
The real problem is that MS has put hash_map to a different namespace called stdext.

Doing this should help you solve it...

Code: Select all

#include <hash_map>
using namespace stdext;


Hope this helps someone.
by vitefalcon
Mon Jan 07, 2008 15:59
Forum: Help
Topic: CEGUI: no WindowFactory is available for...
Replies: 2
Views: 2384

yea.. it's my post there :) .. thanks for the quick reply... i'm trying to sort that right now... will report as soon as i get some result.
by vitefalcon
Mon Jan 07, 2008 15:44
Forum: Help
Topic: CEGUI: no WindowFactory is available for...
Replies: 2
Views: 2384

CEGUI: no WindowFactory is available for...

Hi, I'm working on using CEGUI with OGRE because I'm much used with OGRE as my graphics renderer. I get this error message when I try to load my layout. GUILayout_xmlHandler::startElement - layout loading has been aborted since no WindowFactory is available for 'TaharezLook/FrameWindow'objects. Here...

Go to advanced search