This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using EC++ from the IDE

Hello,
After writing my small basic RTOS, I want to integrate some administration that I need for synchronization primitives and so forth. (The RTOS is written in C). I have an implementation of a template based linked list, but I don't seem to be able to compile C++ files from within the IDE! If I put the definitions and the declarations of the classes inside the cpp file - all goes well (as was done in the examples of Keil). But if I try to put the declarations inside a header (*.h) file, it won't work! I cannot find a find to tell the compiler to treat *.h files as C++ headers.
Is there a user manual for EC166? How do I compile C++ from within the IDE (I don't want to use a build script)? Can I mix up C and C++ code like this?
Thanks in advance,
Tamir Michael

Parents Reply Children
No data