home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / e / amigae / rkrmsrc / readme next >
Text File  |  1994-11-08  |  2KB  |  42 lines

  1. Short: E versions of RKRM examples (Part One)
  2. Type: dev/e
  3. Author: m88jrh@ecs.ox.ac.uk (Jason R. Hulance)
  4. Uploader: m88jrh@ecs.ox.ac.uk (Jason R. Hulance)
  5.  
  6. JRH's RKRM Examples (Part One)
  7. ==============================
  8.  
  9. This archive contains translations of all the examples from the following
  10. chapters of the RKRM (Libraries): ASL, Commodities, Exec, GadTools,
  11. Intuition, Preferences and Workbench.  Also included are translations of
  12. all the Resource examples from the RKRM (Devices).
  13.  
  14. The examples retain most of the original comments, with comments specific to
  15. these E versions beginning "-> E-Note:".  A lot of effort has been put into
  16. showing how to effectively use E features such as exceptions and lists.
  17. A number of bugs in the original examples have also been eliminated.
  18.  
  19. If you are new to E you should pay special attention to the effect of using
  20. exceptions: error handling is and clean-up is neatly separated from the main
  21. code, and the code is generally much less indented.  You should also notice
  22. the special care taken to initialise variables appropriately so that
  23. clean-up is made much more simple in the handlers.
  24.  
  25. If you wish to recompile the sources (I expect you might...), you will need
  26. my Typed Modules (V40), my AmigaLib modules and my Useful modules.  These
  27. archives should all be available where you found this archive (Aminet? In
  28. 'dev/e'?). [note: these are all included in the 'Modules' directory of
  29. this distribution -wouter]
  30.  
  31. These executables, E sources and E modules are all Copyright (C) 1995,
  32. Jason R. Hulance.
  33. The original RKRM examples are Copyright (C) 1992, Commodore-Amiga Inc.
  34.  
  35. You are free to use the files in this archive to help create your own
  36. programs (whether they are freeware or commercial), but if you wish to
  37. distribute any part of this archive you must include it all, unmodified,
  38. and with this file.
  39.  
  40. (Hopefully, there will be a Part Two which will contain the remainder of the
  41. RKRM examples.)
  42.