home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 230.lha / FileIO_II / RJs_Notes < prev    next >
Text File  |  1989-04-05  |  4KB  |  89 lines

  1.  
  2. Introduction to the Amiga Programmer's Suite Book 1.01, by RJ Mical
  3. Copyright (C) 1986, 1987, Robert J. Mical
  4. 20 October 1987
  5.  
  6.  
  7. Welcome to the Amiga Programmer's Suite, Book 1.  Presented here 
  8. are several tools for Amiga developers.  I hope you find them useful.  
  9.  
  10. The Amiga Programmer's Suite is an evolving entity.  It's being 
  11. designed with several goals in mind.  
  12.  
  13. First and foremost, the intent is to make programmers' lives easier by 
  14. creating mechanisms that every programmer wants sooner or later; an 
  15. example of this is the FileIO Requester library, which is a mechanism that 
  16. creates a requester and allows the user to browse through the Amiga 
  17. filesystem using an Intuition interface.  Such a tool is very 
  18. complicated to design, for it requires a good amount of Exec, 
  19. AmigaDOS and Intuition knowledge, combined with a familiarity of 
  20. user-interface techniques and touch of graphic design.  The prospect 
  21. of doing the work involved in creating a fully-capable requester 
  22. such as this has boggled the minds of many designers and made them soft.  
  23. Now, by using the Programmer's Suite, designers can use this library
  24. with their programs, making the programs easier and more enjoyable to
  25. use while costing the developer very little effort.
  26.  
  27. The second intent of the Programmer's Suite is to give new Amiga 
  28. tools to the developer.  The XText mechanism is an example of this.  
  29. XText gives programmers a new, powerful way to create text on the Amiga.  
  30. Another example is DoRequest(), which manages requesters automatically.  
  31. These are tools that are part of the Amiga system and may one day 
  32. appear in the Amiga ROM Kernel.
  33.  
  34. The third intent of the Programmer's Suite is to provide a tutorial 
  35. on how to program the Amiga.  The source code and examples may be 
  36. used as a learning aide for the novitiate and the old-salt alike.
  37. I hope you get something good from them.
  38.  
  39.  
  40. So enjoy!  And, as always, go for the gold.  You know can do it.
  41.  
  42.  
  43.    - RJ Mical
  44.  
  45.  
  46.  
  47. P.S.  I'm currently compiling notes for Books 2 and 3.  If you have any 
  48. suggestions for these books, and if you have comments and criticisms about 
  49. Book 1, please send them to me at:
  50.  
  51.         RJ Mical
  52.         Suite 123
  53.         999C Edgewater Blvd.
  54.         Foster City, CA    94404
  55.  
  56.  
  57. =============================================================================
  58. === Copyright, Distribution, and Registration Notices =======================
  59. =============================================================================
  60.  
  61. The Amiga Programmer's Suite Book 1 is copyrighted but freely distributable.
  62. All copyright notices and all file headers must be retained intact.
  63. The Amiga Programmer's Suite Book 1 may be compiled and assembled, and the 
  64. resultant object code may be included in any software product.  However, no 
  65. portion of the source listings or documentation of the Amiga Programmer's 
  66. Suite Book 1 may be distributed or sold for profit or in a for-profit 
  67. product without the written authorization of the author, RJ Mical.
  68.  
  69. You should register your copy with me.  Those who register will get:  
  70. updates which should include both bug fixes and enhancements; announcement 
  71. of and price break on future Suite books; pleasant sense of having done 
  72. a good thing. 
  73.  
  74. To register your copy, send $15 to RJ Mical at the below address
  75. (price subject to change without notice).  I will return a receipt 
  76. along with your registration number:
  77.  
  78.    APS Registration
  79.         RJ Mical
  80.         Suite 123
  81.         999C Edgewater Blvd.
  82.         Foster City, CA    94404
  83.  
  84.  
  85. The Amiga Programmer's Suite was created to help you do it to the 
  86. Amiga computer.  Bang on it well.  The author, RJ Mical, wishes that 
  87. if you use this code in your program, you give him some discreet mention
  88. somewhere.
  89.