home *** CD-ROM | disk | FTP | other *** search
- ARexx Function Host Module and Demo
- Version 0.0
-
-
-
- This is the Beta (and final if there are no errors :-) version of a
- a module which facilitates creating your own ARexx function hosts.
- This module will handle all of the detail work involved. All that
- your module needs to do is define some static data, an array of info
- about the functions, and the functions themselves.
-
-
- Why a function host? Mainly because these seem a bit easier to
- debug and to implement in 'C'. But there probably isn't much that
- a function host can do that a function library couldn't.
-
-
- This *might* compile under Aztec, if you remove all of the prototype
- stuff, and of course change the makefile, but it is written under
- Lattice 5.02.
-
-
- The best way to use this is to probably modify the rh_demo.c file
- with your own functions. There is really no documentation other than
- the source code. Mabye the next version will have some, but there
- are enough comments, etc. in the source to allow people to get started
- (IMHO) at least. Sorry that the demo functions are trivial. The next
- version will probably have some (hopefully) usefull functions in it.
-
-
- Please send me comments, bugs and flames!
- *
- * Donald T. Meyer
- * Stormgate Software
- * 4 Rustic Creek Court
- * St. Peters, MO 63376
- *
- * BIX: donmeyer
- * GEnie: D.MEYER
- * PLINK: Stormgate
-
-