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().
Let me know if you have any further queries in this.
Regards,
Ram
On 11/9/05, David Bertoni <[EMAIL PROTECTED]> wrote:
Ram Narayanan Sastry wrote:
> 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:
>
I can't reproduce this with my version of VC++ 6.0. If you're
debugging, what line of code is causing the access violation?
Dave
