TinyXML

Money Manager Ex Development related posts for both Android and Desktop

Moderator: Renato

Post Reply
elliswr
Super MMEX User
Posts: 102
Joined: Tue May 05, 2009 8:21 am
Are you a spam bot?: No
Location: Granbury, TX

TinyXML

Post 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()
Vadim
Super MMEX User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: TinyXML

Post 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.
elliswr
Super MMEX User
Posts: 102
Joined: Tue May 05, 2009 8:21 am
Are you a spam bot?: No
Location: Granbury, TX

Re: TinyXML

Post by elliswr »

By the way, I was able to compile by adding the flag

Code: Select all

-D TIXML_USE_STL
. Thanks Vadim. :D
Vadim
Super MMEX User
Posts: 142
Joined: Mon Aug 03, 2009 7:35 am
Are you a spam bot?: No

Re: TinyXML

Post by Vadim »

I will remove TinyXML from sources because it does not use at all.
Post Reply