home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dovetail.zip / README < prev    next >
Text File  |  1994-04-07  |  2KB  |  46 lines

  1. This zipfile contains two items, probably interesting to different
  2. groups of people:
  3.  
  4. For C++ programmers of OS/2:
  5.  
  6. Included is a simple but functional set of control classes for handling
  7. spin buttons, radio buttons, entry fields, listboxes, comboboxes, and
  8. sliders.  Not everything you might want is here, but enough for simple
  9. applications.  Please use them freely, and modify them at will.  If
  10. you make any substantial improvements, I'd like a copy for my own use.
  11. Who knows -- perhaps this can grow into something truly useful to many
  12. programmers.  They all seem to work fine under gcc/2 2.5.4
  13. Also, the complete application (described below) has PM graphics, and
  14. printer support.  All comes with full source, which is hereby placed in
  15. the Public Domain.
  16.  
  17.  
  18.  
  19. For Woodworkers with OS/2:
  20.  
  21. A simple dovetail design program (using the above control libraries) is
  22. included.  It allows for some flexibility in spacing the pins/tails, and
  23. will print a template from which you can copy the design to your project.
  24. I wrote this for my own use in hand cutting dovetails and find it quite
  25. useful.
  26.  
  27. It works fine on my HP Laserjet printer.  It SHOULD work on whatever
  28. the default printer is on your system.  If not, please let me know and
  29. I might try to fix it.  Currently it is limited (when printing) to
  30. print at most a 10" long design (since that will fit on one page).  If
  31. there is much interest in printing longer designs, I can make it print
  32. in halves up to 20 inches.  I won't until I need it, or enough of you
  33. tell me you'd like it.
  34.  
  35. To install, just unzip this file (which you no doubt have done).  To
  36. run the program you only need dove.exe -- you can discard the rest.
  37. Then run it.  It will create a file "dovetail.dat" in your current directory
  38. and store your designs in there.
  39.  
  40. Please use these and distribute this program/source code freely.
  41.  
  42.  
  43. Brian Wainscott
  44. brian@lstc.com
  45. April 7, 1994
  46.