barsteng
May 19th, 1999, 01:26 AM
I'm programming with VC6 and IE5.I want to benifit
from msxml.dll,so I use the #import msxml.dll .
But when I CreateInstance,the error is "Interface not registered"!Why?
Anybody can help me?
My code is bellow:
#import "c:\windows\system\msxml.dll"
MSXML::IXMLDOMDocumentPtr pXmldom;
hres=pXmldom.CreateInstance (__uuidof(MSXML::IXMLDOMDocument ))
The hres=80040154,this error mean Interface not registered!
Thanks a lot!
from msxml.dll,so I use the #import msxml.dll .
But when I CreateInstance,the error is "Interface not registered"!Why?
Anybody can help me?
My code is bellow:
#import "c:\windows\system\msxml.dll"
MSXML::IXMLDOMDocumentPtr pXmldom;
hres=pXmldom.CreateInstance (__uuidof(MSXML::IXMLDOMDocument ))
The hres=80040154,this error mean Interface not registered!
Thanks a lot!