home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / PM / GRAPHICS / README < prev   
Text File  |  1995-06-08  |  2KB  |  74 lines

  1.  
  2.  
  3. GRAPHICS - Non-retained Graphics
  4.  
  5.  
  6. DESCRIPTION:
  7.  
  8. The sample program lets the user load metafiles using a dialog box.
  9. The dialog box has a help pushbutton.  When the help pushbutton is
  10. activated, it provides instructions on loading a metafile from another
  11. directory. The user also can print a metafile or graphic circle.
  12.  
  13. TASK:
  14. Load metafiles using a dialog box.
  15.  
  16. CONCEPT/FEATURE:
  17. This program demonstrates the use of the default viewing
  18. transformation, metafile loading and playing, the use of
  19. dialog boxes, and file manipulation through Standard Open dialog.
  20. It also demonstrates the use of an asynchronous drawing thread and
  21. print thread.
  22.  
  23. SAMPLE LOCATION:
  24. Inside the PM Sample Programs folder (which is inside the VisualAge C++ 
  25. Samples folder).
  26.  
  27. Note: This sample is not provided in project form.
  28.  
  29. SOURCE FILE LOCATION:
  30.  
  31. X:\ibmcpp\samples\toolkit\pm\graphics
  32. where X: is the drive you installed the samples and document component
  33. of VisualAge C++ for OS/2.
  34.  
  35.  
  36. HOW TO RUN THE SAMPLE:
  37.  
  38. -From your OS/2 desktop:
  39.  Double-click on the sample's icon.
  40.  
  41. -From an OS/2 command prompt:
  42. To start a non-WorkPlace Shell sample program from an OS/2 command
  43. prompt, type the name of the executable file and press Enter.  If you
  44. have edited source code of a sample program and want to recompile,link,
  45. and run the files, use the NMAKE tool. Your output is the executable
  46. file.  For information about the NMAKE utility, see the
  47. OS/2 Tools Reference.
  48.  
  49.  
  50. SOFTWARE/HARDWARE PREREQUISITES:
  51.  
  52. - IBM VisualAge C++
  53. - OS/2 Warp
  54. - IBM or compatible 386 and up.
  55.  
  56. REQUIRED FILES      DESCRIPTIONS
  57.  
  58.  
  59.   file.c            Support routines for file drawing
  60.   graphic.exe
  61.   graphic.c         Main() entry point
  62.   graphic.def
  63.   graphic.dlg       Dialog resources
  64.   graphic.exe       Sample executable
  65.   graphic.h
  66.   graphic.hlp
  67.   graphic.ico
  68.   graphic.ipf
  69.   graphic.mak       MakeMake generated makefile
  70.   graphic.met       Metafile
  71.   graphic.rc
  72.   readme            This file
  73.  
  74.