home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 523b.lha / Drawmap_v2.25d / Drawmap.doc < prev    next >
Text File  |  1991-06-10  |  4KB  |  112 lines

  1.                                  Drawmap
  2.  
  3.                                Version 2.25d
  4.  
  5.        A program for drawing representations of the Earth's surface.
  6.  
  7.                                     by
  8.  
  9.                          Bryan Brown & Ulrich Denker
  10.  
  11.                                  01/21/91
  12.  
  13.  
  14. I. Distribution
  15.  
  16. As with version 1.0 (on Fish disk 229) and Version 2.0 (on Fish disk 315),
  17. this program is released into the public domain (FREEWARE), and is freely
  18. distributable as long as this document file, source code, header files and
  19. map files are included in their entirety.  The source may be modified for
  20. personal use, but is NOT for commercial use.  The program was developed
  21. with Aztec C v. 3.6a.  The enhancements that lead to Version 2.24 were
  22. compiled with the SAS (Lattice) C compiler V5.10.
  23.  
  24. Files included:
  25.  
  26.      drawmap.doc                 - documentation file (English)
  27.      drawmap.anl                 - documentation file (German)
  28.    * drawmap.c                   - source code
  29.    * drawmap.h                   - header file
  30.    * drawmap-proto.h             - prototypes for drawmap.c
  31.    * drawmap-menu.h              - header file for menu selections
  32.    * drawmap-req.h               - header file for string requester
  33.      drawmap                     - executable code
  34.      drawmap.help                - THIS helpfile IS used by ABOUT
  35.  
  36.      .helpenglish                - English helpfile
  37.      .helpdeutsch                - German helpfile
  38.             --> (you may rename each of these file to "drawmap.help")
  39.  
  40.      map.bin                     - map file
  41.      map-trig.bin                - map file
  42.      map-tidy.bin                - special map file (used for colorfill)
  43.      map-tidy-trig.bin           - special map file
  44.    * makedrawmap                 - simple batch file for building the
  45.                                    executable code
  46.    * hints_for_compiling         - some notes about compiling from Ulrich
  47.    * close/drawmapicon1/2        - IFF Brushes (graphics used in drawmap)
  48.    * iffw.c/ilbmw.c/packer.c     - Code for writing ILBM files from Amiga-
  49.                                    LibDisk 185 (CA IFF Disk)
  50.    * iff (dir)                   - Includes for iffw.c/ilbmw.c/packer.c
  51.    * arp (dir)                   - ARP  includes  and  libraries needed
  52.                                    for SAVE AS option that uses the  ARP
  53.                                    filerequester
  54.  
  55.     * in archived form
  56.  
  57. II. Enhancements
  58.  
  59.     (1) New functions:
  60.  
  61.         (a) Save/SaveAs - The user may save the displayed map as IFF
  62.             ILBM file. The "Save As" option uses either the ARP or the
  63.             ASL filerequester (ASL Requester not tested !)
  64.  
  65.         (b) Print - Creates a printout of the screen
  66.  
  67.         (c) Draw Line - A little paint option to mark a place or sketch
  68.             some areas.
  69.  
  70.         (d) About - Reads the file "drawmap.help" that should contain help
  71.             information (but does not, yet. German short instructions are
  72.             displayed instead, probably not SO useful for the English
  73.             speaking people)
  74.             Pressing the HELP key is also supported !
  75.  
  76.  
  77.  (2) Modifications:
  78.  
  79.         (a) A completely new user interface is provided that uses standard
  80.             Amiga menus with a nice 3D effect
  81.  
  82.         (b) The executable is nearly 8 KBytes shorter now
  83.  
  84.         (c) Edit functions may be used with different colors. The active
  85.             color is chosen by the "color" item of the "edit" menu. Each
  86.             of the 4 screen colors may be selected.
  87.  
  88.         (d) Draw Line / Flood Fill / Text functions may be canceled
  89.  
  90.         (e) A backdrop borderless window is used instead of a gimmezerozero
  91.             window, making it possible to cycle trough screens with the
  92.             gadgets in the upper right corner of the screen.
  93.  
  94.  
  95.  
  96.  
  97. III. Correspondence
  98.  
  99. This program was developed by:
  100. Bryan Brown
  101. 13129 Collingwood Terrace
  102. Silver Spring, MD  20904, USA
  103.  
  104.  
  105. The new enhancements mentioned above were written by:
  106. Ulrich Denker
  107. Nienort 46
  108. 4500 Osnabrück, GERMANY
  109.  
  110.  
  111.  
  112.