|
-
July 13th, 2003, 12:39 PM
#1
XML DOM Document 3.0
I want to make work with XML files in a MFC App.
IXMLDOMDocument *pXML;
HRESULT hr;
hr = CoInitializeEx( NULL, COINIT_APARTMENTTHREADED );
hr = CoCreateInstance( CLSID_XMLDocument, NULL, CLSCTX_INPROC_SERVER, IID_IXMLDOMDocument, (void**)&pXML );
At CoCreateInstance it returns E_NOINTERFACE and I cant carry on.
Can someone help ??
Best regards Florian
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
|