Closed GoogleCodeExporter closed 9 years ago
you need to #define TIXML_USE_TICPP before including ticpp.h
I often do this in a preprocessor define in project settings.
Original comment by rjmy...@gmail.com
on 16 May 2008 at 10:45
invalid conversion from ‘ticpp::Node*’ to ‘ticpp::Element*’
trying to get that example running!
ticpp::Element* pem = doc.FirstChildElement()->NextSibling();
invalid conversion from ‘ticpp::Node*’ to ‘ticpp::Element*’
Original comment by dirks...@googlemail.com
on 17 May 2008 at 6:49
rjmyst3: Thanks, that seemed to do the trick. Is that mentioned in any
documentation?
If not, I think there should be a quick getting started guide which includes
those
details. Thanks!
Original comment by james.ho...@gmail.com
on 19 May 2008 at 1:05
sounds like you should update the docs :)
Original comment by rjmy...@gmail.com
on 21 May 2008 at 12:43
Original issue reported on code.google.com by
james.ho...@gmail.com
on 16 May 2008 at 8:53