home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / jËzyki_programowania / amigae / e_v3.2a / rkrmsrc / readme next >
Text File  |  1977-12-31  |  2KB  |  44 lines

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