Hello,
These errors mean you did not declare the functions TO1_ ...
You need to include the file where these functions are declared.
And at the start of this file, you need to declare the prototype of these functions starting with "extern" to explain they are declared somewhere else and are not a new object.
Code:
extern void TO1_Enable(void);
Hope this helps,
Alban.
Hello again:
I have tried what you explain but I am getting the same error. I don´t know what it´s happening but I´m becoming crazy. For more information I have to say that when I add the bean to my proyect, draging and droping, it seems that methods Enable and Disable aren´t recognized because they don´t appear in light blue, they remain in black.
Thanks a lot.