XML files

D

Dave

Hi,
I am writing an ATL com object in VC-7 and please somone can tell me how can
i read an xml file using the atl or vc++ function`s???

Thanks
 
P

Peter Strøiman

There are no specific xml implementation in ATL - so you'll have to either
get a C++ xml library or, import the MS XMLDOM.
#include"c:\...\msxml4.dll";
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top