You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Francis BĂ©liveau <Fr...@ixiasoft.com> on 2001/10/31 17:12:35 UTC

Need Help!!

Hi!

I have a problem when I try to use DOMParser class.

I have a acces violation ("First-chance exception in dllhost.exe
(XERCES-C_1_4D.DLL): 0xC0000005: Access Violation" ).

This error occurs just after the declaration of the object of type
DOMParser:

DOMParser parser;

or

DOMParser *parser = new DOMParser();

I include all necessary hpp and xerces-c_1_4d.lib

Note: I use this code in COM Object.

If anyone can help me, I would appreciate.

Thanks!!

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org