TouchGX designer generate and simulation compiler for c++17 standard
TouchGFX Designer 4.17.0.
In model.hpp, I added a static inline variable for my application.
1) Run simulation compile gives error:
error: inline variables are only available with -std=c++1z or -std=gnu++1z [-Werror]
How can I add the option for this compile support?
2) How would I modify "Post Generate Command" to include the VS language option "-std=c++17":
touchgfx update_project --project-file=simulator/msvs/Application.vcxproj
- Application.vcxproj was set to use "=std=c++17" via VS IDE.
- However, runnning simulation will overwrite this file again.
Please advise.
