You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
hi, everyone
I am getting an error repeatedly while spawning a task,
Iam using:
char * name="tTask";
taskSpawn(name,102,0,1000,(FUNCPTR)TaskTest::TaskGet,TRUE,0,0,0,0,0,0,0,0,0);
and Iam getting the error:
non standard form for getting the address of a member function in 2nd and 3rd argument.
TW Burger
unread,
Nov 8, 2013, 2:08:03 PM11/8/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
It has to be TaskTest::TaskGet does not return a FUNCPTR which is defined
in vxworks.h as