Welcome, Guest. Please login or register.

Author Topic: ReplyMsg() not working  (Read 3884 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ncafferkey

  • Sr. Member
  • ****
  • Join Date: Feb 2003
  • Posts: 387
    • Show all replies
Re: ReplyMsg() not working
« on: March 16, 2003, 10:48:53 PM »
Quote
Hmmmm. Perhaps task b never gets a signal because the port was created in the context of task a. Perhaps a, being the owner, gets the signal.


I definitely think that's the problem. You'll either have to create the reply port in task B, or allocate it manually in task A and fill in the task address and signal number for task B.