2022-11-18 04:45 AM
2022-11-21 02:20 AM
I found a solution. I added my guiData.h file under TouchGFX include and on top of Model.cpp
I included like this:
#include <gui/model/guiData.h>
2022-11-18 07:51 AM
where you place this h file ???
2022-11-21 02:20 AM
I found a solution. I added my guiData.h file under TouchGFX include and on top of Model.cpp
I included like this:
#include <gui/model/guiData.h>
2023-01-11 07:52 AM
hi dears
I have a problem in simulator when I include some library and when I extern some prototypes in Model.hpp and screen1view.ccp.
I have to use #ifndef SIMULATOR to solve this problem. If not when I try to use touchGFX simulator, I face some error inform:
Are there better way to solve the problem?