This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ in redboot


Hi,

Problem solved.

2009/4/21 Guenter Ebermann <guenter.ebermann@googlemail.com>:
> is it allowed to use C++ code in RedBoot?
> We used a C++ class from there and since then we got strange behaviour.

It is allowed to use C++ in RedBoot!
Strange behaviour was a normal programming error. Had nothing to do with C++
in RedBoot.

Virtual functions are declared and defined using the externC macro from
within C++ compilation units.

Guenter

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]