Results 1 to 2 of 2

Thread: MSXML2::IXMLDOMDocument runtime error

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2005
    Posts
    399

    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
  •  



Click Here to Expand Forum to Full Width