tinyxml
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
how can use tinyxml to mfc dialogbased application,i mean which files i have to add to my project to use tinyxml
-
how can use tinyxml to mfc dialogbased application,i mean which files i have to add to my project to use tinyxml
-
how can use tinyxml to mfc dialogbased application,i mean which files i have to add to my project to use tinyxml
Straight from the TinyXML website:
Quote:
To Use in an Application: Add tinyxml.cpp, tinyxml.h, tinyxmlerror.cpp, tinyxmlparser.cpp, tinystr.cpp, and tinystr.h to your project or make file. That's it! It should compile on any reasonably compliant C++ system. You do not need to enable exceptions or RTTI for TinyXML.