home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 17A / DRWIN101.ZIP / README.1ST < prev    next >
Text File  |  1992-01-31  |  3KB  |  80 lines

  1.  
  2.           the doug rogers window library
  3.           ------------------------------
  4.  
  5.      This C language library was created and is maintained by:
  6.  
  7.              Doug Rogers         phone: 703-893-2007
  8.              Innovative Concepts, Inc.
  9.              8200 Greensboro Dr.
  10.               Suite 801
  11.              McLean, VA  22101
  12.  
  13.      It has been used extensively at ICI and many refinements have been
  14.      made based on real-world considerations. Doug has never previously
  15.      released it outside of ICI, but has graciously consented to my
  16.      doing so with the following caveats:
  17.  
  18.     1) This software is presented "as is". Neither Doug, nor I, make
  19.        any representations as to its suitability for any given
  20.        purpose. You're getting it for free, and you get what you pay
  21.        for. (Although, actually, in this case you get TONS more
  22.        than you pay for)
  23.  
  24.     2) This software is copyright(c) 1989, 1990, 1991 and 1992 by
  25.        Doug Rogers. You may share it freely and may distribute
  26.        object code containing it without restriction. You may NOT
  27.        sell it for profit withtout the express, written, consent of
  28.        Mr. Rogers, and you may NOT distribute modified versions.
  29.  
  30.      That said, I would like to point out that I've asked Doug to let me
  31.      put this out on the boards because I've found it to be a very easy to
  32.      use windowing and mouse system. It also has many capabilities beyond
  33.      those I've used (for example, complex math functions) as you will
  34.      see when you explore it.
  35.  
  36.      I've tried several windowing systems from the boards and have not
  37.      found any of them to be as useful as Doug's. This library is not for
  38.      amateurs, however. Since Doug and most of his collegues at ICI are
  39.      "power users", he has never bothered with extensive documentation.
  40.      I have not found this to be a problem, since the block comments at
  41.      the beginning of each function combined with the highly rational
  42.      organization of the functions make it simple enough to figure out
  43.      how to use them.
  44.  
  45.      I have broken everything up into the following .ZIP files, for the
  46.      convenience of downloaders. I don't recommend drwin301 unless you
  47.      are sure you will want the tiny or huge model libraries.
  48.      Personally, I've never found any use for either of them, but they
  49.      are included for completeness. If you are confident about using
  50.      .MAK files and creating libraries, then you can create drwin201.zip
  51.      and drwin301.zip yourself. Doug's .MAK files are included. The .ZIP
  52.      files are:
  53.  
  54.      drwin101.zip this is the main file. It has all of the source
  55.               code and the include files, plus the C++ source
  56.               mentioned earlier, plus some other bits and pieces.
  57.               It also contains the large library file. This file
  58.               contains EVERYTHING except for the other library
  59.               files which are included in the other two .zip
  60.               files described below.
  61.  
  62.  
  63.      drwin201.zip contains the small, compact, and medium model
  64.               libraries.
  65.      drwin301.zip contains the tiny and huge model libraries
  66.  
  67.      Please note the numeric sequence. If/when there are substantial
  68.      changes to the library, warranting a new release, it will consist
  69.      of:
  70.      drwin102.zip
  71.      drwin202.zip
  72.      drwin302.zip
  73.  
  74.      Enjoy.
  75.  
  76.      Paul Hinds
  77.      Hobbit House Software
  78.  
  79.  
  80.