|
-
Dec 2nd, 2009, 03:18 AM
#1
Thread Starter
Hyperactive Member
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?
Last edited by bail3yz; Dec 2nd, 2009 at 03:52 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|