xml lib
-
Hi there I need to make an application which saves the output as a XML file. Can you recommend me a good XML lib? I'm using VC++. I don't know MFC, and I prefer an API based lib. I've find limxml2, but I have problems installing it. Can you also provide me a good link or resource about how can I use such libraries? many thanks
-
Hi there I need to make an application which saves the output as a XML file. Can you recommend me a good XML lib? I'm using VC++. I don't know MFC, and I prefer an API based lib. I've find limxml2, but I have problems installing it. Can you also provide me a good link or resource about how can I use such libraries? many thanks
I used tinyXML[^] before. It's a quite easy to use and lightweight library.
Cédric Moonen Software developer
Charting control [v1.4] OpenGL game tutorial in C++ -
I used tinyXML[^] before. It's a quite easy to use and lightweight library.
Cédric Moonen Software developer
Charting control [v1.4] OpenGL game tutorial in C++u can use a c# dll into ur vc++ program for reading / writing xml using .net classes like XmlSerializer (System.Xml.Serialization) only thing u need to compile using /clr option Pras enjoy
-
Hi there I need to make an application which saves the output as a XML file. Can you recommend me a good XML lib? I'm using VC++. I don't know MFC, and I prefer an API based lib. I've find limxml2, but I have problems installing it. Can you also provide me a good link or resource about how can I use such libraries? many thanks