Hi, Problem solved.
2009/4/21 Guenter Ebermann <[email protected]>: > 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
