2019-10-16 07:05 AM
2019-10-17 12:53 AM
I'm not compleeeetely sure what you're asking since simply adding a new variable shouldn't cause this. Sounds to me like you think you added image2 and you're trying to reference it, but it's not there.
One explanation could be that you're using 4.12.3 where you MUST generate code manually, and you're trying to reference image2 in user-code space (gui/) but the symbol, even though the image is on the canvas, is not generated to source code in generated/gui_generated.
/Martin
2019-10-17 02:36 AM
I'm using touchGFX designer 4.10.0 with SW4STM32.
Every reference was there, the instance was created in the hpp file like image1. I guess it was an eclipse issue. After disabling the option "Index unused headers as C++ file" in the C/C++ Genereral / Indexer, the issue didn't appear any more.
Still Thank you for your help!
/rosario
2019-10-17 02:47 AM
Glad you found the issue :)
/Martin