I am trying to use Xerces, specifically DOMParser and the DOM_* classes, within my own application. When I try to declare a DOMParser, my program's call stack goes awry. (And terrible things ensue...)
I have tried using both the .dlls that are provided in the binary drop as well as recompiling the source myself, yet have been unable to get a stable build... I have also tried manipulating many of the compiler settings in both Xerces and my code so that they match, but still to no avail... Can anyone think of what I may be missing? OS: NT/98/95 COMPILER: VC++ 6.0 Thanks,