2015-12-08 11:53 PM
Hi
I have a Keil RTX C program which work correctly,Now i need to include a C++ library to it, but as you know C compilers are not able to compile C++ libraries(I used CLASS in my C++ library). Then is it possible,converting my C Main program to C++ ?(I changed main.c to main.cpp,then program compiled correctly and include cpp library too but program does not work) is there any other way ? WBR. #keil