I am trying to convert a C project to C++. In the previous version, there was a "Convert to C++" option in the properties. I can't find this in 1.5.1. How to convert to C++ in the new version? Just changing the main.c to main.cpp doesn't do it. ...
Fixed. Uninstalled and reinstalled in a different directory. After I imported te hold projects, i now see the Convert to C++ option. Thanks for your help. I did have to let the installer place the IDE in the director of its choosing, not where i ...
I might see it. My workspace reports as 1.3.0 while yours shows 1.5.1 . I think this is just a name. I'll look into upgrading, or maybe de-installing and re-installing the IDE.
I am right-clicking on the project heading, not the individual file. The Convert option used to be there, so I know where it "SHOULD" be. How can I upload the project? Can I just zip it and attach it here? Let's see if it works.Here is my menu. ...
I am trying to create a test project for using the USB on an STM32F302C6 part. I have existing code from the previous version, which compiles in C and CPP, as the code uses both. Now, I am trying to get the USB port to work properly. In my existin...