2005/11/10, Ram Narayanan Sastry <[EMAIL PROTECTED]>: > 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(). >
Just in case, did you verify you are using the multithreaded version of the runtime. Once I was getting access violations on the XmlPlatformUtils::Terminate() call because using the single threaded version. -- Ivan
