Page 1 of 1

TinyXML

Posted: Sat Nov 14, 2009 9:47 pm
by elliswr
I get a couple errors with the changes to TinyXML

wxtinyxml.cpp:50
StreamOut (&outs); *error StreamOut was not declared in this scope

mmex.cpp:3054
std::string str = ele->ValueStr(); *error TiXmlElement has no member named ValueStr()

Re: TinyXML

Posted: Sun Nov 15, 2009 1:46 pm
by Vadim
New version requires define to use STL strings. Take a look at build\bakefiles\common.bkl for this declaration. I built mmex on Windows and Linux before commit new version of TinyXML.

Re: TinyXML

Posted: Sun Nov 15, 2009 9:42 pm
by elliswr
By the way, I was able to compile by adding the flag

Code: Select all

-D TIXML_USE_STL
. Thanks Vadim. :D

Re: TinyXML

Posted: Fri Nov 27, 2009 7:15 am
by Vadim
I will remove TinyXML from sources because it does not use at all.