MSXML version

Hi,

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
[378 byte] By [dionchen1] at [2007-11-17 11:49:44]
# 1 Re: MSXML version
Probably you are using MSXML 2, at least it was what I was using.
You have to include MSXML2.h then you will be using MSXML 4.
Sounds tricky but its just Microsoft!!
mao_03 at 2007-11-10 8:06:55 >