MSXML2::IXMLDOMDocument runtime error
Hi, I am trying to use MSXML2::IXMLDOMDocument, but I get a runtime error here:
MSXML2::IXMLDOMDocument * pXMLDoc;
pXMLDoc->async = VARIANT_FALSE; <---runtime error here
pXMLDoc->validateOnParse = VARIANT_FALSE;
if I remove it I get a runtime error on the next line.. basically anytime I try to use pXMLDoc
Any ideas?
Re: MSXML2::IXMLDOMDocument runtime error
When I try to use the C++ code here
http://msdn.microsoft.com/en-us/libr...48(VS.85).aspx
I get an error also on the CreateInstance line