home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 118.lha / Rez.3 / README < prev    next >
Text File  |  1986-11-20  |  2KB  |  56 lines

  1.                        REZ  V0.3
  2.                        ---  ----
  3.  
  4. **************************************************************************
  5. ***************************************************************************
  6. *****                                                                 *****
  7. *****  REZ is Copyright (C) 1988 by Jim Goodnow II and the binary     *****
  8. *****  is freely redistributable except that it may not be included   *****
  9. *****  as part of any commercial software package without my express  *****
  10. *****  written permission.                                            *****
  11. *****                                                                 *****
  12. ***************************************************************************
  13. ***************************************************************************
  14.  
  15.  
  16. This is the BETA release version 0.3 of a new program and library called REZ.
  17. This program allows almost any program to become resident and under the right
  18. conditions, the code can be simultaneously shared among multiple invocations.
  19.  
  20. I am placing this program in the public domain subject to the above
  21. restriction. Since this is a BETA version still, please don't give it
  22. to Jerry Pournelle or others of his ilk till a released version is out
  23. or there is a lot of confidence in this version.
  24.  
  25. With that out of the way, to find out how to use it simply rename
  26. REZlib.lib to REZlib.library and copy it into your LIBS: directory
  27. and say:
  28.  
  29.     REZ -?
  30.  
  31. For more detailed info, see the REZ.doc file.
  32.  
  33. Please let me know about any problems you have via email:
  34.  
  35.     bix:     jgoodnow
  36.     usenet:  manx@well
  37.  
  38. or via phone at (415)339-2259.
  39.  
  40.              Thanks.
  41.  
  42.               Jim Goodnow II
  43.  
  44.               2/18/88
  45.  
  46. PS:
  47.  
  48. Features to be added in the final version:
  49.  
  50. - support for Overlays. I know how to do it, just have to write the code.
  51. - smaller code (Once I'm sure it works I'll worry about efficiency)
  52. - instead of a program and a library there will just be the program.
  53. - maybe have the resident programs survive a warm boot ????
  54. - support for running REZ from the workbench
  55.  
  56.