home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / grafika / kdrw302s / kwikdraw.txt < prev    next >
Text File  |  1997-03-17  |  5KB  |  105 lines

  1. KwikDraw - An Object Oriented Drawing Program
  2. Freeware Version 3.02
  3. Copyright 1991-1997 Paul Schimpf
  4.  
  5. Internet Address:   schimpf@icsl.ee.washington.edu
  6.               or:   paul_schimpf@juno.com
  7.  
  8. (it is possible that my address will change in the future but if you have
  9. access to the World Wibe Web, you should be able to find my home page by
  10. searching for "Paul Schimpf" or "KwikDraw")
  11.  
  12. This drawing program, unlike a paint program, is object oriented.  This
  13. means that after drawing objects (such as rectangles, ellipses, lines,
  14. text, curves, polygons, or splines), you have the ability to select and
  15. modify them as independent entities.  In a paint program an object, once
  16. it is drawn, loses it's identity as an independent entity.  Any editing
  17. capability in a paint program must thus treat all the objects as mere
  18. patterns of bits on the drawing surface.  Read the on-line Help for more
  19. information about how to use KwikDraw (including how to embed bitmaps
  20. if you prefer painting to drawing).
  21.  
  22. This is a Freeware version of KwikDraw.  IT IS FREE.  This Freeware
  23. version will limit the number of objects that you draw to 32.  This limit
  24. is high enough to make the program useful for simple drawings.  You are
  25. also allowed to fully manipulate the example drawings.  Feel free to use
  26. and distribute this version, on the condition that none of the included
  27. files is modified in any way.  You may also purchase a commercial version
  28. of KwikDraw by writing (use the handy order form in order.txt), calling,
  29. or sending a request via electronic mail (see below). 
  30.  
  31. The current price is $29.95 plus $3.00 Shipping in the U.S. and Canada 
  32. ($4.00 overseas), and $3.00 for C.O.D. (prices subject to change). 
  33. Personal checks are acceptable.  
  34.  
  35. REGISTERED USERS WILL BE UPGRADED WITH BUG FIXES FREE OF CHARGE.  
  36. REGISTERED USERS ARE ALSO ENTITLED TO UPGRADES FOR $14.95, PLUS THE 
  37. NORMAL SHIPPING AND HANDLING FEE.  Please note that the commercial 
  38. version of KwikDraw is NOT Freeware, and may NOT be distributed to 
  39. others - it uses the executable filename "kwikdraw.exe", whereas 
  40. the Freeware version uses the filename "kdraw_fw.exe".
  41.  
  42.      The Human Interface
  43.      attn:  Paul Schimpf
  44.      902 94th St. S.E.
  45.      Everett, WA  98208
  46.      (206) 348-9043
  47.  
  48.      Internet Address:   schimpf@icsl.ee.washington.edu
  49.                    or:   paul_schimpf@juno.com
  50.  
  51. (it is possible that my address will change in the future but if you have
  52. access to the World Wide Web, you should be able to find my home page by
  53. searching for "Paul Schimpf" or "KwikDraw")
  54.  
  55. You may make checks payable to "Paul Schimpf" or to "The Human Interface."
  56.  
  57. The following files are included in this distribution. Please note that
  58. the compressed files can ONLY be decompressed by the included install.exe
  59. program.  They CANNOT be decompressed by Microsoft's expand.exe program.
  60.  
  61.      INSTALL.TXT   -  Simple installation instructions for KwikDraw.
  62.      INSTALL.EXE   -  The installation program for KwikDraw.
  63.      INSTALL.INS   -  A control file used by INSTALL.EXE (do NOT modify)
  64.      ORDER.TXT     -  Handy form for ordering the commercial version.
  65.      KWIKDRAW.TXT  -  This file.
  66.      KDRAW_FW.EX_  -  Compressed Freeware version of KwikDraw.
  67.      KDRAW_FW.HL_  -  Compressed On-line Microsoft Windows Help file.
  68.      TRAIN.KW_     -  Compressed Sample Drawing - a choo choo train.
  69.      CAR.KW_       -  Compressed Sample Drawing - a hot rod.
  70.      FLOW.KW_      -  Compressed Sample Drawing - a process flow diagram. 
  71.      SSITTL.KW_    -  Compressed Sample Parts Library containing TTL logic diagrams
  72.      LANDSCAP.KW_  -  Compressed Sample Drawing - a landscape example.
  73.      SWLTAIL.KW_   -  Compressed Sample Drawing - a really nice butterfly.
  74.      MFCOLEUI.DL_  -  A Compressed Windows DLL that is used by KwikDraw
  75.      (there may be other Windows DLL files in this distribution as well)
  76.  
  77. Features planned for future releases:
  78.  
  79.    user-defineable fill patterns
  80.    fillable spline curves
  81.    sticky lines (rubber-banding)
  82.    hierarchical drawings
  83.    and more.
  84.  
  85. Revision History:
  86.  
  87. 3.00  11-10-96  The revision list is starting over because version 3.00
  88.                 is a complete rewrite since version 2.02. It is written
  89.                 in C++, and is OLE compatible as both a client or a server
  90.                 (this means you can embed other application objects into
  91.                 a KwikDraw drawing, or embed KwikDraw drawings into other
  92.                 applications). Some other features that are new since 2.02 
  93.                 are: a multiple document interface, rulers, triangular as
  94.                 well as rectangular grids, more control over the drawing
  95.                 size, drawing units in cm or in, print preview, and more.
  96. 3.01  12-07-96  The Constrain option (Arrange Menu) was not constraining 
  97.                 the line angle while drawing Polygons.  It was also not
  98.                 behaving correctly when resizing a Polygon (when the
  99.                 Edit Control Points mode was off).  This has been fixed.
  100.                 The Installation routine (INSTALL.EXE) was improved and
  101.                 MFCOLEUI.DLL is installed if not present on the machine.
  102. 3.02  03-07-97  Some OLE2 DLLs were added to the distribution disk. This
  103.                 only affects user's who had no other OLE2 aware 
  104.                 applications installed prior to installing KwikDraw.
  105.