Click to See Complete Forum and Search --> : HELP what am I doing wrong ?


April 24th, 1999, 06:10 AM
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.