Hi there,

I am trying to use an older version of xerces-c 1.7 version. I have
preapared a profiler dll that involves using DOMParser object. When a
32-bit application is been run then there is no issue. But when I run the
64-bit application the extrernal dll am using is crashing at the point
where I declared DOMParser.
I have declared DOMParser object as below:
DOMParser parser;
How I have found is by inserting logs at each line, there you go found its
printing logs messages just above the declaration and boom crashed.
So could you please suggest why would DOMParser was not able to declare for
a 64-bit application I am using?
OS details - Windows 2012 Server
Also, could you provide any way of resolving this?
It would be great if there is a solution for the same version 1.7 instead
of higher versions

Regards,
Gautam Gunda

Reply via email to