To Whom it may concern:
I am currently trying to use Xerces-C in an ATL COM
ActiveX DLL project. When I make the call to parse an XML file that has been
previously validated nothing happens. The document object (DOM_Document) is
blank containing no elements. If I feed the parser an invalid path, again,
nothing happens and I get back a blank document. It is surprising that no
exceptions are thrown either. Xerces-C acts if everything happened with no
errors. If I compile and use Xerces-C in a "standard" C style project with no
MFC, ATL etc... it seems to work fine. Any suggestions? Any help would be
greatly appreciated.
Here is my information:
Thanks,
Robert Duff, Tactical Engineer
Identitech, Inc.
Phone: 321-951-9503 x287
Fax: 321-951-9505
Email: [EMAIL PROTECTED]
|
- Re: Windows ATL COM Problem Robert Duff
- Re: Windows ATL COM Problem roddey