I want to change main.c to main.cpp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-17 5:43 PM
environment:
STM32CubeIDE Ver 1.3.0
STM32CubeMX Ver 5.5.0
TouchGFX Ver 4.13.0
Load the project created with TouchGFX in the IDE.
How can I change main.c to main.cpp and let the IDE understand?
Thank you.
Solved! Go to Solution.
- Labels:
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-17 11:59 PM
Because it's usually inside Core/Src
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-17 6:05 PM
Was self resolved.
Main.c can be seen in Application\User on the IDE, so rename it on the IDE.
But actually there is no main.c in the User folder.
Why is main.c visible in the User folder on the IDE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-17 11:59 PM
Because it's usually inside Core/Src
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-18 12:04 AM
Hi, Martin
I understand.
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-06-18 12:08 AM
No problem! :)
/Martin
