Message Ports
Ariel,
Thanks for your reply. It's the first one, and also, I tried a DeletePort()
on a public MsgPort and it crashes the system. A port is public when you use a
name in CreatePort(). (See page B-5 in ROM Exec book, where a line reads if
(name != 0) AddPort ( port) If you thereafter do a DeletePort instead of a
RemPort(), bye bye Amiga.
Thanks for your reply. Buddy