Hello,
Which file must i include to identify the procedure rXStartNextTask() ?
I get the following warning:
warning: implicit declaration of function 'rXStartNextTask'
Br,
Rainer
HI AJ,
I know !. I have included the Header file, but I get also the warning:
warning: implicit declaration of function 'rXStartNextTask'
:roll:
Br,
Rainer
Hilscher Gesellschaft fuer Systemautomation mbH
And what, when you remove the header file?
HI AJ,
The same warning ! :roll:
Br,
Rainer
Hilscher Gesellschaft fuer Systemautomation mbH
I think you should live with this warning. The compiler is not able to dentify the function it self, because this function is inside of the rcX library.
Hi AJ,
Thanks !
Br, Rainer
Andreas Jacob
Hilscher Gesellschaft fuer Systemautomation mbH
Hi Rainer,
the function is declared in rX_Functions.h.