Results 1 to 2 of 2

Thread: MSXML2::IXMLDOMDocument runtime error

  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.

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2005
    Posts
    399

    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

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