2020-10-20 03:41 AM
There is a DynamicGraph inside a Customer Container with an interaction triggered by a Graph clicked.
Screen1 contains this Customer Container.
Then, when you run simulation, a compilation error appears: redefinition of the function. The Software generates twice the callback function in the CustomContainer1Base.cpp
I created a new project, with only this interaction, and it fails.
2020-10-23 06:16 AM
Trying to run the project, but i'm getting
cannot load such file -- lib/string_collector
Do you have something specific in your makefile?
2020-10-23 09:27 AM
2020-10-29 07:46 AM
"Workaround": add all the callback code in the user code part. But, @Martin KJELDSEN , I am pretty sure that this is an error in the Code Generation by TouchGFX.
2020-11-02 12:10 AM
I don't doubt you :) You could be right - Let me try the new project - `lib/string_collector` is not a part of TouchGFX, so the first project wasn't working for me.
/Martin