[comp.sys.amiga] EXEC question

sjm@well.UUCP (Stephen Moehle) (08/25/87)

     In the Task structure for EXEC there is a field "VOID (*tc_Launch)()".
I set this to point to a function of my own, and I set the bit
(TB_LAUNCH << 1) in the "tc_Flags" field.  And nothing happened.  My
routine was never called.  I really would like to get this to work.
What else do I need to do?  CATS?  Anyone?

Stephe

sjm@well.UUCP (Stephen Moehle) (08/26/87)

In a previous article, I wrote:
| 
|      In the Task structure for EXEC there is a field "VOID (*tc_Launch)()".
| I set this to point to a function of my own, and I set the bit
| (TB_LAUNCH << 1) in the "tc_Flags" field.  And nothing happened.  My
| routine was never called.  I really would like to get this to work.
| What else do I need to do?  CATS?  Anyone?
| 
| Stephe

     I really meant (1 << TB_LAUNCH), not what I wrote above.  Silly me.
I should also mention that I am trying to do this from within an existing
task.

Stephe