Cannot define class in .h file
Hi,
I have an STM32F4 template project which involves a C++ class. I have my C++ function defs in a .cpp file, however if I include another .h file with the class def, Crossworks is unable to resolve the "Class" keyword. If I put the class def in the .cpp file, it works fine.
Any ideas on how to get Crossworks to resolve the class keyword in the .h file?
Thanks!
Please sign in to leave a comment.
Comments
2 comments