[comp.sys.amiga] who's got rexxarplib.library working?

edds@sas.UUCP (Tom Edds) (01/27/89)

)-:>                                                               <:-(

  Has anyone else tried using the rexxarplib.library lately? This is
a library to let you do things like put up the ARP file requestor
from an ARexx macro. There's a version on the 1.06 update for ARexx;
I've also got version 2.0 (found it on a BBS).

  The ARexx update comes with a sample program to install the library
and do a simple check of the GetFile function. I can't even get this
to work!!  The only info I can get out of ARexx is 

  "Error 12: Error return from function."

This tells me that it's at least finding the routine, but something's
going wrong with the call. Since I'm  using the check-out program
that came with the ARexx distribution, I'm assuming it worked for
somebody at some point in time.

   Has anybody successfully used this library under AmigaDOS 1.3? This
library was developed under 1.2, though I would guess the OS version
shouldn't make any difference.  I'm also using WShell, but that should only
help, not hinder. A brief perusal didn't show anything else that should
interfere here. 

  Any suggestions, oh great and wonderful readers of the netnews?

  Tom Edds   UUCP   edds@sas.unx.sas.com   
             bizphone: (919) 467-8000

rminnich@super.ORG (Ronald G Minnich) (01/31/89)

In article <790@sas.UUCP> edds@sas.UUCP (Tom Edds) writes:
>  Has anyone else tried using the rexxarplib.library lately? This is
yes.
I have tried the sample one that comes with arexx, under 
1.3, wshell, with ARP installed and pip: mounted. 
The Getfiles() works fine in the file. Funny thing, though:
when i just type
"say Getfile('c:',,'just testing')"
at the wshell, it won't work. I have to feed it more commas.
ANybody know what's going on here?
I never can get the 'just testing' to come up in the GADs requester.
But rexxarplib will work find as delivered otherwise...
ron