Re: [Barry-devel] ICONV_CONST not declared in this scope

2010-12-11 Thread Chris Frey
On Fri, Dec 10, 2010 at 08:09:09PM -0500, Stephen Palmateer wrote: > Hello All, > > Perhaps this was some kind of 'idiot-proofing' that the Barry developers > snuck into the source to test us amateurs... *chuckle* No, that's not it. :-) > *iconv.cc: In member function ?std::string Barry::IConv

[Barry-devel] ICONV_CONST not declared in this scope

2010-12-11 Thread Stephen Palmateer
Hello All, Perhaps this was some kind of 'idiot-proofing' that the Barry developers snuck into the source to test us amateurs... *iconv.cc: In member function ‘std::string Barry::IConverter::Convert(void*, const std::string&) const’:* *iconv.cc:95: error: ‘ICONV_CONST’ was not declared in this sc

Re: [Barry-devel] virtual inheritance

2010-12-11 Thread Chris Frey
On Sat, Dec 11, 2010 at 08:53:11PM +0100, Nicolas wrote: > Indeed, it's unnecessary. > > In future release, the firmware upgrade tool will use only alxparser. I > don't think that I will need to use a derived class. > > So you can remove it if you want :) Thanks, I've done so, and pushed the git

Re: [Barry-devel] virtual inheritance

2010-12-11 Thread Nicolas
Le vendredi 10 décembre 2010 à 15:27 -0500, Chris Frey a écrit : > Hi Nicolas, > > Reading through your class hierarchy, I notice that you used virtual > inheritance in the following cases: > >a_alxparser.h:class BXEXPORT ALXParser : public virtual XML::XMLParser { >a_application.h:class