MSXML version
I have written a small app to read a XML file to a CTreeCtrl. Everything works perfectly. One thing I have doubt is whether I am using the MSXML4. I use
#import "msxml.dll" named_guids
using namespace MSXML;
and the version number for C:\Wondows/system/msxml.dll is 8.0.6730.0
Am I using MSXML4? Thanks in advance.
Dion

