G
Guest
Hello Group
I use the following code for creating an instance of XML document
HRESULT hr
IXMLDOMDocument *lXmldocPtr = NULL
hr = CoCreateInstance(__uuidof(DOMDocument40)
NULL
CLSCTX_INPROC_SERVER
__uuidof(IXMLDOMDocument)
(void**)&lXmldocPtr)
The above code is working fine with Win 2K. But, crashing in windows XP.
Could anybody give inputs as to how i can go about solving this in XP
thanks and regards
Asha
I use the following code for creating an instance of XML document
HRESULT hr
IXMLDOMDocument *lXmldocPtr = NULL
hr = CoCreateInstance(__uuidof(DOMDocument40)
NULL
CLSCTX_INPROC_SERVER
__uuidof(IXMLDOMDocument)
(void**)&lXmldocPtr)
The above code is working fine with Win 2K. But, crashing in windows XP.
Could anybody give inputs as to how i can go about solving this in XP
thanks and regards
Asha