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
I got it! Thanks for your attention :) Tamir Michael