home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 324.lha / ArexxInterfaceLibrary_v1.0 / readme_src < prev    next >
Encoding:
Text File  |  1989-12-11  |  2.5 KB  |  89 lines

  1.  
  2.             ARexx Interface Library (Rxil)
  3.  
  4.             Source Code Release
  5.  
  6.             10-Nov-89  Version 1.0
  7.  
  8.  
  9.     Copyright © 1989 by Donald T. Meyer, Stormgate Software
  10.     All Rights Reserved
  11.  
  12.  
  13.  
  14. This is a source code release, there are no object modules in this
  15. Zoo.  A Compiled library is available as the file "RXIL_10.zoo" and
  16. should be available from the same place that this archive was acquired
  17. from.
  18.  
  19.  
  20.  
  21.  
  22.         COMPILING UNDER MANX
  23.  
  24. This source compiles under Lattice 5.02 and 5.04 (5.0 probably, but why are
  25. you still using that version?)
  26.  
  27. There are some changes neccesary to let it compile under Manx.
  28. My thanks to Justin McCormick for pointing these out:
  29.    Add (LONG) typecasts to the various "sizeof()" statements.
  30.    Change function declarations to the older, K&R style.
  31.    Various constants need to be defined as longs.
  32.  
  33. I am sufficiently unimpressed with Manx, (and conversly, impressed with
  34. Lattice) that I would suggest to anyone not using Lattice that they really
  35. look into it.  The function prototypes alone make it worthwhile!  Not to
  36. mention the inline library calls and the _complete_ control over which type
  37. of memory things load into...
  38.  
  39.  
  40.  
  41.         DEMO
  42.  
  43. The demo.c file should compile under either Lattice or Aztec.
  44. For Aztec, some minor modifications might need to be made...
  45.  
  46.  
  47.  
  48.  
  49.     ==============   Usage Terms  ==============
  50.  
  51. These object modules be linked into any software product.
  52. No portion of this source code is to be re-distributed for profit.
  53. This library alone (i.e., not as part of an application, utility,
  54. game, etc.) may not be re-distributed for profit.
  55.  
  56. If you use these routines in a commercial product, or in a shareware
  57. program, I would request you send me a complimentary copy of the
  58. product.
  59.  
  60. If you use these routines for your own "playing around", or in a PD
  61. or freeware product, nothing is requested.
  62.  
  63. Please note that the above is indeed a request, not a requirement.
  64. If you fail to comply, my lawyer won't call your lawyer or anything
  65. like that.  I am counting on "honor amongst developers" or equivalent!
  66.  
  67. Distribution of this .zoo archive may be made via free telecommunications
  68. services only.  Express exceptions to this are BIX, GEnie, and PeopleLink.
  69.  
  70.  
  71.  
  72.  
  73. I would like to extend special thanks to Justin McCormick for his testing
  74. efforts and suggestions, which have helped immensely.  Thanks also to Bill
  75. Hawes for his patient answers to my questions, as well as for his thoughts
  76. and suggestions.
  77.  
  78.  
  79.  
  80. Donald T. Meyer
  81. Stormgate Software
  82. P.O. Box 383
  83. St. Peters, MO  63376
  84.  
  85. BIX:    donmeyer        (almost daily)
  86. GEnie:    D.MEYER            (weekly)
  87. PLINK:    Stormgate        (weekly)
  88.  
  89.