Hi,
I am trying to compile the sample SimpleXPathApi on Microsoft VC++ 6.0. My operating system is XP Professional and the version of Xalan parser is xalanc_1_10.
While debugging I get a access violation on the call to XPathEvaluator::initialize(). The code snippet looks like this:
XALAN_USING_XALAN(XSLException)
try
{
XALAN_USING_XERCES(XMLPlatformUtils)
XALAN_USING_XALAN(XPathEvaluator)
XMLPlatformUtils::Initialize();
XPathEvaluator::initialize();
}
catch(...)
{
}
Am I missing something here or is it a bug? Can anyone please help me out on this one?
Thanks and Regards,
Ram
