Hello, I am using xerces 3.1.1 with the SAX2XMLReader. I use pParser->setEntityResolver() to install my own entity resolver. I compile my project with Visual Studio c++ 9.1 (using the static xerces libs). But in the Release build my program crashes on pParser->parseFirst() when I set my entity resolver.I tried to compile the example code shown there: http://xerces.apache.org/xerces-c/apiDocs-3/classXMLEntityResolver.html. But I get a compiler error (XMLResourceIdentifier::SystemId is not defined.). Is there an error in the lib?
Greetings Robert