How do I use MSXML COM components in Visual C++ 6.0?
The easiest way to use MSXML COM components in Visual C++ 6.0 is to use the #import directive: #import “msxml.dll” named_guids no_namespace This defines all the IXML* interfaces and interface IDs so you can use them in your application. You can also get the MSXML type libraries and header files, and the uuid.lib that contains the class IIDs from the INETSDK.