How to use touchGFX in c++ projects? (touchGFX 4.18 + STM32CubeIDE1.7.0)
Hello,
when i need to include cpp headers in main.c to use classes and cpp functions, I usually convert project to c++, rename main.c to main.cpp and everything works good.
Now I started project with TouchGFX. The only way to compile project without any errors is using main.c (not main.cpp). Else there are some errors, maybe connected with architecture of TouchGFX (i found main.cpp file ProjectName\TouchGFX\simulator\main.cpp).
