home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 199.lha / GimmeLib / README < prev    next >
Text File  |  1988-12-27  |  3KB  |  79 lines

  1.  
  2. README            gimme.lib        Jan Sven Trabandt
  3.             V1.2   31-Oct-88
  4.  
  5. gimme.lib V1.2 (C)CopyRight 1988, Jan Sven Trabandt. All Rights Reserved.
  6. This software may not be distributed for profit; in other words, it is
  7. freely redistributable except that it may not be incorporated as part of any
  8. commercial or shareware software package without my express written consent.
  9. No warranties, express or implied, are made about this software.
  10.  
  11. Welcome.
  12.  
  13. Gimme.lib is a general purpose library of handy-dandy flexible support routines
  14. that allow dynamic creation of intuition structures such as windows, gadgets
  15. and screens (including double-buffering and dual playfields), quick and easy
  16. use of the timer.device, spawning subtasks, simple IFF ILBM and 8SVX routines,
  17. memory chaining and more...
  18. There are currently over 100 routines.
  19.  
  20. The source to the library may be instructional in demonstrating how some aspects
  21. of the Amiga are used (especially Intuition structures).
  22.  
  23. Enjoy.
  24. These routines are released to the public domain, but you cannot incorporate
  25. them into a commercial or shareware product without express written consent
  26. of the primary author (me), and you must include the author's name and
  27. disclaimer in any program using this library.
  28.  
  29. For more information, sources, bug notices/fixes, comments, remarks and/or
  30. voluntary donations (I'm a "poor student") contact:
  31.  
  32.     Jan Sven Trabandt
  33.     c/o Ontario Science Centre
  34.     (416) 429-4100 x228 work
  35.     (416) 223-3590      home
  36.     UUCP: {utgpu,utzoo,lsuc}!oscvax!jan
  37.  
  38.  
  39. Files you should have received (probably in a zoo archive)
  40. ------------------------------
  41.  
  42. gimme.lib, gimme32.lib        - linkable libraries (Manx version)
  43. test.c, test            - test/demo program (type "test" to see options)
  44. Makefile            - makefile for gimme.lib and test
  45. README                - this file
  46. TODO                - planned enhancements
  47. GIMMELIB.DOC            - brief documentation/outline file
  48. dme.refs            - for use with Matt Dillon's "dme" (REF command)
  49.                 [append it to your usual dme.refs file or
  50.                  use the ADDPATH command]
  51. tags                - output of "ctags" program on the gimmelib source
  52.                 [useable with dme's CTAGS command]
  53. DOCS                - "man"-page-like description of each routine
  54.                 [this is one big file; actually it was created
  55.                  by extracting the routine comments from my
  56.                  source files and stripping them from the source
  57.                  files in source.zoo to keep them separate and
  58.                  to avoid unnecessary duplication]
  59. *.c                - source files
  60. gimmelib/*.h            - include files [move to your include directory]
  61.  
  62.  
  63. How to use gimme.lib
  64. --------------------
  65. copy gimmelib/#?.h to your normal include file directory, or precompile it into
  66. your precompiled include file (you can use gimmelib/gimmeall.h to include all
  67. the gimmelib include files)
  68.  
  69. copy gimme.lib or gimme32.lib to your usual lib directory (where you keep c.lib)
  70. or anywhere specified by your CLIB path
  71.  
  72. use gimmelib routines in your program and...
  73. link with "-Lgimme -Lc" or "-Lgimme32 -Lc32"    (Manx users)
  74.  
  75.  
  76. Hope it comes in handy.
  77. Jan Sven.
  78.  
  79.