The version I am using is Gui Guider-1.9.1-GA.
For example, if I want to use the function declared in custom. h in event_init. c, how can I ensure that every generated event_init. c contains the custom. h header file.
Hi @xuegj1010 ,
You only need to add a custom include in Event configration like this (recommand add to screen _loaded):
It will be generate into top of events_init.c:
In one GUI Guider project there's only one events_init.c/h file will be generated, it handles events for all screen.
Hope it helps.
Best Regards,
Wenbin