home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 499.lha / InputDeviceToolKit / input.lzh / src / DeviceToolKits / Input / docs / ReadMe < prev   
Encoding:
Text File  |  1991-01-05  |  3.2 KB  |  133 lines

  1.  
  2.                              Input Device ToolKit
  3.  
  4.  
  5.      ReadMe                                                          ReadMe
  6.  
  7.  
  8.                              Input Device ToolKit
  9.  
  10.  
  11.           Ever get tired of constantly writing the same code over and over
  12.           to utilize an Amiga device?  I did!  That's why I put together
  13.           this 'Toolkit' of routines to access these devices.  This is the
  14.           another in a series of 'Toolkits' I've been building lately.
  15.  
  16.           This ToolKit provides access to the Input device with the minimum
  17.           of fuss.  There are full link-time libraries for SAS/C 5.10a and
  18.           Manx C 5.0.  There is also a shared library, called
  19.           Input.library, which can be installed in the LIBS: directory,
  20.           along with a pragmas file, a .fd file, and link-time glue routine
  21.           libraries.
  22.  
  23.           I have included a bevy of programs that I use to test the
  24.           ToolKit, which provide numerous examples of how to use this
  25.           software.
  26.  
  27.           The directory hierarchy of this distribution is laid out as
  28.           follows:
  29.  
  30.                my_include
  31.                     DeviceToolKits                Main include files
  32.                          proto                    Prototypes and pragmas
  33.  
  34.                src
  35.                     DeviceToolKits
  36.                          Input
  37.                               docs                Documentation on each
  38.                                                   call (printed at 66 lines
  39.                                                   per page)
  40.                               test                Test routines with full
  41.                                                   link-time library
  42.                               test_shared         Test routines with shared
  43.                                                   library and glue routines
  44.                               test_proto          Test routines with
  45.                                                   pragmas
  46.                SAS
  47.                     my_lib                        SAS / Lattice libraries
  48.                                                   and shared library
  49.  
  50.                Manx
  51.                     my_lib                        Manx V5 libraries
  52.  
  53.  
  54.           This software is NOT public domain, but it is freeware and may be
  55.           distributed, etc. in accordance with the copyright notice
  56.           included.
  57.  
  58.           Contributions, if you feel something is appropriate, will gladly
  59.           be accepted by:
  60.  
  61.                                                                           1
  62.           Printed January 5, 1991                                    Page  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                              Input Device ToolKit
  71.  
  72.  
  73.  
  74.                Paris E. Bingham Jr.
  75.                4111 So. Laredo Way
  76.                Aurora, CO  80013
  77.  
  78.           This is my way of saying THANK YOU to all the people in AmigaLand
  79.           who have donated lots of wonderful software for such a great
  80.           machine!
  81.  
  82.           Comments, bug reports, ideas, whatever can be sent to:
  83.  
  84.                BIX: pbingham
  85.                CIS: 73670,2453
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                           2
  130.           Printed January 5, 1991                                    Page  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.