Hi,
I'm playing with the Exec PortList to send some AREXX messages to open ports.
But I wanted to know if I can be sure that the destination port will accept ARexx messages,
For example, when I send ARexx message to WORKBENCH, YAM, SIMPLEMAIL.1 or OWB.1 port, it works great.
But when I send ARexx message to SFS handler port or AMIDOCK port, for example,t it freezes my program just after the PutMsg function.
Edit : I use the rexx.c of Thomas Rapp method to send messages
http://thomas-rapp.homepage.t-online.de/examples/rexx.cAnd I have tried, too, the AmiWest ARexx tutorial sample "example 1 : sending ARexx messages"
http://wiki.amigaos.net/index.php/AmiWest_Lesson_8But same results.
PS : nothing to do with ARexx, but I have noticed that in the ProcTree sample of AmiWest tutorial, there is a function DOS/GetPID, I didn't found it on the SDK...
Is my standard SDK incomplete ?
Thank , by advance, for your help