What seems strange to me is that you are using xerces 2.3.0 and the linkerror
is complaining about xerces 2.2. Is there an error in the use of namespaces
somewhere?

This came also to my attention. I had 2.2 running before. No idea, where this message is coming from, though.

The header of DOMParse.cpp (lib module):


// Xerces-Includes #include <xercesc/parsers/XercesDOMParser.hpp> #include <xercesc/dom/DOM.hpp> #include <xercesc/util/XMLUniDefs.hpp> #include <xercesc/util/XMLString.hpp> #include <xercesc/util/PlatformUtils.hpp>

 #include "include/DOMTreeErrorReporter.h"
 #include "include/DOMPrintErrorHandler.h"
 #include "include/DOMParse.h"

using namespace xercesc; // should be ok

...




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to