Ram Narayanan Sastry wrote:
Hi Dave,
As I mentioned, I am getting it in the XPathEvaluator::initialize(). I
am putting the code snippet below:
-------------------------------------------------------------------
XALAN_USING_XERCES(XMLPlatformUtils)
XALAN_USING_XALAN(XPathEvaluator)
XMLPlatformUtils::Initialize();
XPathEvaluator::initialize();
------------------------------------------------------------------
The access violation is coming in the last statement i.e.
XPathEvaluator::initialize().
It doesn't make any sense that a function call would cause an access
violation. Are you sure it's not happening somewhere within
XPathEvaluator::initialize()?
Dave