Quote:
Originally Posted by agartner01
Alright that works... I don't get it (FUNCPTR vs VOIDFUNCPTR), but it works.
Then I was like, why am I getting no output on my console. Then I remembered that the windriver console only works for the current task.
|
No, not true. we printed debug output from a different task. I don't know if the picture showed the whole code but it doesn't seem to have the task1->Start() call. I don't think the task get started automatically when created. You need to explicitly start it.