home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 324.lha / ArexxInterfaceLibrary_v1.0 / readme_beta < prev    next >
Text File  |  1989-12-05  |  2KB  |  84 lines

  1.             ReadMe_Beta
  2.             10-Nov-89
  3.             Version X1.0
  4.  
  5.  
  6.  
  7. Hello Rxil Beta tester!
  8.  
  9.  
  10. This is the *final* Beta release of the ARexx Interface Library.
  11.  
  12. See the start of then Rxil.doc file for an overview of the changes made for
  13. this release.  I *think* I mention them all.
  14.  
  15. Unless someone reports a serious bug, this is exactly what will be
  16. released (hopefully) in mid-to-late November.
  17.  
  18. This is a source code release, there are no object modules in this
  19. Zoo.
  20.  
  21.  
  22.  
  23.  
  24.         COMPILING UNDER MANX
  25.  
  26. This source compiles under Lattice 5.02.
  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.         LISCENSE STUFF
  49.  
  50. Please not that the following usage conditions do not apply to Beta
  51. testers of course.  They are included here because I would like
  52. feedback on wether they seem reasonable or not.
  53.  
  54.  
  55. Copyright © 1989 by Donald T. Meyer, Stormgate Software
  56. All Rights Reserved
  57.  
  58. This source code may be compiled and used in any software product.
  59. No portion of this source code is to be re-distributed for profit.
  60.  
  61. If you use these routines in a commercial product, or in a shareware
  62. program, I would request you send me a complimentary copy of the
  63. product.
  64.  
  65. If you use these routines for your own "playing around", or in a PD
  66. or freeware product, nothing is requested.
  67.  
  68. Please note that the above is indeed a request, not a requirement.
  69. If you fail to comply, my lawyer won't call your lawyer or anything
  70. like that.  I am counting on "honor amongst developers" or equivalent!
  71.  
  72.  
  73.  
  74. Donald T. Meyer
  75. Stormgate Software
  76. P.O. Box 383
  77. St. Peters, MO  63376
  78. (314) 281-8349
  79.  
  80. BIX:    donmeyer        (usually daily)
  81. GEnie:    D.MEYER            (weekly)
  82. PLINK:    Stormgate        (weekly)
  83.  
  84.