msxml6


SUBMITTED BY: Guest

DATE: April 30, 2014, 2:41 p.m.

FORMAT: Text only

SIZE: 313 Bytes

HITS: 968

  1. try
  2. {
  3. MSXML2::IXMLDOMDocumentPtr pXmlDoc;
  4. pXmlDoc.CreateInstance(__uuidof(MSXML2::DOMDocument60));
  5. if (pXmlDoc == NULL)
  6. return FALSE;
  7. pXmlDoc->async = VARIANT_FALSE;
  8. }
  9. catch(const _com_error& ex)
  10. {
  11. AfxMessageBox(ex.ErrorMessage());
  12. return FALSE;
  13. }

comments powered by Disqus