C++

Is it possible to use C++ and if so what do I need to do? The first problem I ran into was linker errors: cannot find _kill, _getpid, _exit. Wrote stubs for these to keep the linker happy, but now the program doesn’t run when I download it to the device.

Found the answer in the doco, rtfm.
Doesn’t anybody use C++?

Hmmm, read the fm and it still doesn’t work. :frowning:

C++ remains a minority interest.

If you want to use C++, you’ll have to accept the usual risks of being at the “bleeding edge”…

I did not found solution too.
Regards,
Dmitry

C++ works just fine for us. Found instructions in help under “Developer Studio User Guide > Build System > Advanced topics”. There are a couple of workarounds we use for some code compatibility, but otherwise it’s great!

I’ve managed to use C++ but found that I could not use inheritance or polymorphism in my classes.