home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3179 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: oasys.dt.navy.mil!not-for-mail
  2. Newsgroups: comp.sys.amiga.programmer
  3. Subject: Re: Developing an AREXX interface?
  4. Message-ID: <4bp0dpINN8oe@oasys.dt.navy.mil>
  5. From: matulich@oasys.dt.navy.mil (Alex Matulich)
  6. Date: 26 Dec 1995 09:21:45 -0500
  7. Reply-To: matulich@oasys.dt.navy.mil (Alex Matulich)
  8. Expires: 15 Feb 1996 11:00:00 GMT
  9. References: <4bitob$ie1$1@sydney.DIALix.oz.au>
  10.  <Magpie819849909Ian@sirdar.demon.co.uk>
  11. Organization: Carderock Division, NSWC, Bethesda, MD
  12. NNTP-Posting-Host: oasys.dt.navy.mil
  13.  
  14. In comp.sys.amiga.programmer, Ian Parkinson <Ian@sirdar.demon.co.uk> writes:
  15. >In article <4bitob$ie1$1@sydney.DIALix.oz.au> David Nelson wrote:
  16. >> How do you build an AREXX interface into an application?  Is it
  17. >> difficult?  Is there documentation anywhere here on the 'net?
  18. >>
  19. >> If the answer is too lengthy/detailed/boring, you can mail me.
  20. >
  21. >.. and mail me, too, please!
  22.  
  23. There is a nice utility called ARexxBox, which lets you set up all the
  24. ARexx commands your program will respond to, and writes out code for
  25. you in two modules: one that you don't have to understand, and another
  26. with empty functions that you have to customize.  ARexxBox requires an
  27. understanding of ARexx argument types, but it's easy to use, and the
  28. code it creates is easy to modify for your needs.
  29.  
  30. Once done, you will have to link this code to your program.  Then you
  31. will have the capability to respond to ARexx commands, and execute ARexx
  32. scripts from your program.  There is no provision for direct ARexx
  33. communication from your program to another; you have to do it by
  34. executing a script from your software.  However, other programs can
  35. communicate directly with yours.
  36.  
  37. -- 
  38. Alex Matulich
  39. matulich_a@seaa.navsea.navy.mil
  40. matulich@oasys.dt.navy.mil
  41.