Hello.
First of all, thank you for your time.
I'm a computer science student and I never work with XML or TinyXML.
Now I have to use TinyXML, but I've a problem: in the read.txt included in tinyxml_2_5_3.tar.gz it doesn't speaks about how can I install it. I unpack it and I linked the .h, but it doesn't work (I uses Dev-C++ over windows).
Then and I add the tinyXML package for devc++, but it doesn't work too.
When I compile the xmltest.cpp using Dev-C++, it gives me 266 errors.
I have searched in google but I didn't find any explication.
¿What is the problem? ¿How can I start with TinyXML?
Thank you very much.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
First of all, thank you for your time.
I'm a computer science student and I never work with XML or TinyXML.
Now I have to use TinyXML, but I've a problem: in the read.txt included in tinyxml_2_5_3.tar.gz it doesn't speaks about how can I install it. I unpack it and I linked the .h, but it doesn't work (I uses Dev-C++ over windows).
Then and I add the tinyXML package for devc++, but it doesn't work too.
When I compile the xmltest.cpp using Dev-C++, it gives me 266 errors.
I have searched in google but I didn't find any explication.
¿What is the problem? ¿How can I start with TinyXML?
Thank you very much.
Hi!
Is solved
The solution was simple: add the tinyXML files to the proyect and all runs.
Bye