> I have a problem when I am using Xerces in my own DLL Library. Anywhere > I try to initialize the implementation of Xerces XML the result is in > Access Violation.... Can you give me a hint? > > const XMLCh gLS[] = {chLatin_L, chLatin_S, chNull}; > xmlImpl = DOMImplementationRegistry::getDOMImplementation(gLS); >
Did you call XMLPlatformUtils::Initialize() at the start of your program? See "Why does my application crash when instantiating the parser?" http://xml.apache.org/xerces-c/faq-parse.html#faq-3 Jeroen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]