Hi,
I need to access some controls from some modules in my application.
I have made and have attached a simple example to show you it:
These controls (checkbox controls) are defined at "Auxiliar.uir".
They have to be visible in "Panel.c".
My idea is to create an intermediary module ("Auxiliar_CTES.h") with arrays of this controls, that is included at .c modules that need it (Panel.c and Auxiliar.c).
When the project is linked, appears the following error:
Multiply defined symbol '_GENERALoptions' in modules 'Panel.c' and
'Auxiliar.c'.
Some ideas?
Thanks,
silmarba