|
-
April 24th, 1999, 06:10 AM
#1
HELP what am I doing wrong ?
I am writting an app that uses ms XML parse. I have VC6 with SP2 and the new IE5 headers and libs include as the first place to obtain headers and libs.
The Problem,
I am tring to create an instance of an XML DOM Document using
hr = CoInitialize(NULL);
hr = CoCreateInstance(CLSID_DOMDocument, NULL, CLSCTX_INPROC_SERVER, IID_IXMLDOMDocument,(void**)&pXMLDoc);
This complies fine, but fails a link for the CLSID and IID, what extra libs or bits do I need to add to my project so Ican get an exe.
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
|