home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 230.lha / ArexxFunctionHost / readme < prev    next >
Text File  |  1989-04-03  |  1KB  |  42 lines

  1.         ARexx Function Host Module and Demo
  2.             Version 0.0
  3.  
  4.  
  5.  
  6. This is the Beta (and final if there are no errors :-) version of a
  7. a module which facilitates creating your own ARexx function hosts.
  8. This module will handle all of the detail work involved.  All that
  9. your module needs to do is define some static data, an array of info
  10. about the functions, and the functions themselves.
  11.  
  12.  
  13. Why a function host?  Mainly because these seem a bit easier to
  14. debug and to implement in 'C'.  But there probably isn't much that
  15. a function host can do that a function library couldn't.
  16.  
  17.  
  18. This *might* compile under Aztec, if you remove all of the prototype
  19. stuff, and of course change the makefile, but it is written under
  20. Lattice 5.02.
  21.  
  22.  
  23. The best way to use this is to probably modify the rh_demo.c file
  24. with your own functions.  There is really no documentation other than
  25. the source code.  Mabye the next version will have some, but there
  26. are enough comments, etc. in the source to allow people to get started
  27. (IMHO) at least.  Sorry that the demo functions are trivial.  The next
  28. version will probably have some (hopefully) usefull functions in it.
  29.  
  30.  
  31. Please send me comments, bugs and flames!
  32.  *
  33.  *        Donald T. Meyer
  34.  *        Stormgate Software
  35.  *        4 Rustic Creek Court
  36.  *        St. Peters, MO  63376
  37.  *
  38.  *        BIX:    donmeyer
  39.  *        GEnie:    D.MEYER
  40.  *        PLINK:    Stormgate
  41.  
  42.