2019-07-28 07:52 PM
2019-07-30 12:51 AM
Please check if the .touchgfx file contains the following command at PostGenerateCommand
touchgfx update_project --project-file=simulator/msvs/Application.vcxproj
This will update the MSVS project with the modified TouchGFX files
/Anders
2019-07-28 11:30 PM
Hi @lxw,
TouchGFX Designer needs to be executed before running the MSVS simulator.
This will populate the TouchGFX project with the needed files in order to run the simulator.
/Anders
2019-07-29 01:44 AM
Yes, I first used cubemx to generate the MDK project, then started designer to generate the code through cubemx.Then use vs to open MSVS, and compile to prompt the question.
2019-07-30 12:51 AM
Please check if the .touchgfx file contains the following command at PostGenerateCommand
touchgfx update_project --project-file=simulator/msvs/Application.vcxproj
This will update the MSVS project with the modified TouchGFX files
/Anders
2019-07-30 08:26 PM
Thank you!!!