Hello all,
I have a huge project in which is develope in C in IAR. Now I am trying to add a C++ code as I want to port my code into C++ gradually. After writing some demo class in the project, it is giving errors as mentioned below. I found on the StackOverflow at the link provided belowbut it seems like using C code in a C++ Project. I am trying to achieve the opposite. I would appreciate any suggestions.
Error[Pe020]: identifier "class" is undefined D:\Projects\aaaaaaa\source_code\tlv493d.h 10
Error[Pe065]: expected a ";" D:\Projects\aaaaaaa\source_code\tlv493d.h 11
https://stackoverflow.com/questions/16733368/mix-c-c-in-iar-embedded-workbench