home *** CD-ROM | disk | FTP | other *** search
/ Chestnut's Multimedia Mania / MM_MANIA.ISO / graphics / paintoop / readme < prev    next >
Text File  |  1989-11-19  |  2KB  |  33 lines

  1.   This program is a demo of both object oriented programming and using
  2. the GRAPH unit. The program should be fairly self explanatory with a
  3. couple of small points:
  4.   1) You must have a mouse and mouse driver installed.
  5.   2) You must have a copy of the appropriate BGI driver file for your
  6.      display type in the current directory (e.g. EGAVGA.BGI).
  7.   3) Click in the 'Q' box to quit.
  8.   4) The 'C' box clears the drawing area.
  9.   5) Clicking in the lower left window changes the type of style that
  10.      can be modified in the lower right window.
  11.   6) Clicking in the 'ABC' box selects text entry. You must then go to
  12.      the drawing window and use the mouse to enter a text box. This
  13.      box represents the size of a single character. Note you may
  14.      adjust both the height and width of characters drawn. Typing a
  15.      character displays it on the screen, no editting of any sort is
  16.      provided.
  17.   7) To compile the program, simply do a make or build on PAINT.EXE.
  18.   I've written an equivalent program using Microsoft's Quick Pascal
  19. and the MSGRAPH unit that comes with it. The design is identical and
  20. the functionality is just a matter of the differences in how the two
  21. graphics packages are written. It does provide an interesting
  22. comparison of the object oriented approaches in Turbo Pascal and Quick
  23. Pascal. The Quick Pascal version may be found in the Quick Pascal
  24. section of Microsoft's Programming forum on Compuserve.
  25.   Have fun!
  26.  
  27.   Scott Bussinger
  28.   Professional Practice Systems
  29.   110 South 131st Street
  30.   Tacoma, WA  98444
  31.   (206)531-8944
  32.   Compuserve 72247,2671
  33.