Page 1 of 1

CEGUI and Xerces 2.8

Posted: Wed Feb 06, 2008 20:56
by jtracy
Has anyone tried to use xerces 2.8 with CEGUI. I am getting some link errors that I have not been able to resolve yet and was wondering if anyone else had tried this in the past.

Judd

Posted: Wed Feb 06, 2008 22:32
by Rackle
Please post your compiler, how you tried to "activate" the new version of Xerces, and what linker error you are receiving.

Posted: Tue Feb 19, 2008 15:20
by jtracy
Sorry for not replying sooner, I was pulled off to another project last week. Anyway.

I figured out my linking problem (I forgot to copy over my .lib files). There was one change I had to make to get it to compile. CEGUI could no longer find Grammar::SchemaGrammarType, to fix I had to add an include #include <xercesc/validators/common/Grammar.hpp> to XMLParserModules/XercesParser/CEGUIXercesParser.h once that was fixed everything seem to fall into place.