home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / dev / cmanual-3.0.lha / CManual / Amiga / Tools / Tools.doc < prev    next >
Text File  |  1993-10-12  |  2KB  |  43 lines

  1. 3    TOOLS
  2.  
  3. 3.1  INTRODUCTION
  4.  
  5. When you are programming you need a lot of utilities and extra
  6. programs like image converter, sound editors, disk viewers,
  7. etc, etc, etc... Almost everything you need can be found in the
  8. public domain / share ware libraries. I have therefore only
  9. included three small but very handy utilities.
  10.  
  11. 1. The Pointer To Sprite (P2S) utility will simply print the
  12.    mouse pointer's image in C code. You can design the sprite
  13.    image with help of Preference and then convert it into C
  14.    with help of this program.
  15.  
  16.  
  17. 2. With the new Workbench V2.X the default colours were
  18.    changed. Old icons with the new Workbench colours, as well
  19.    as new icons with the old Workbench colours, will look very
  20.    strange.
  21.    
  22.    The second utility, SwapCols, will swap colour 1 and 2 of
  23.    any icon. This utility can therefore be used to convert old
  24.    icons to fit the new Workbench colours and vice versa. All
  25.    icons in this manual are designed for the new Workbench
  26.    colours, but can easily be converted to fit the old system
  27.    with help of this program.
  28.    
  29.    SwapCols was written by Paul Hammant, copyright Wheelbarrow
  30.    Software Ltd, 1991. He has given me the right to include it
  31.    with this manual. Many thanks!
  32.  
  33.  
  34. 3. The last utility, Pager, will print any text file on both
  35.    sides of the paper. It has specially been designed to print
  36.    the document files in this manual. It will automatically
  37.    put the page numbers and the chapter title at the top of the
  38.    page.
  39.    
  40.    Pager was written by Dick Taylor, who has given me the right
  41.    to include it with this manual. Many thanks!
  42.  
  43.