tinystr.cpp, tinyxml.cpp, tinyxmlerror.cpp, tinyxmlparser.cpp have been included into my project.
But there appear 2 errors about overload.
1) bool TiXmlString::operator == (const char* compare) const {...}
2) void TiXmlString::append( const char* str, size_t len ){...}
I do not know why.
Sorry for bothering you all.
If available, plz help me!
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
John,
The TiXmlString class and tinystr.cpp only need to be used if you don't want to use STL (std::string etc ...).
For more explanations, see the "Features" chapter in the online documentation on http://www.grinninglizard.com/tinyxmldocs/index.html
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
tinystr.cpp, tinyxml.cpp, tinyxmlerror.cpp, tinyxmlparser.cpp have been included into my project.
But there appear 2 errors about overload.
1) bool TiXmlString::operator == (const char* compare) const {...}
2) void TiXmlString::append( const char* str, size_t len ){...}
I do not know why.
Sorry for bothering you all.
If available, plz help me!
John
These 2 errors happened in tinystr.cpp.
John,
The TiXmlString class and tinystr.cpp only need to be used if you don't want to use STL (std::string etc ...).
For more explanations, see the "Features" chapter in the online documentation on
http://www.grinninglizard.com/tinyxmldocs/index.html
Thank you so much!
Now the problem has been solved.