home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv7.zip / VACPP / IBMCPP / smarts / PM / READ.ME < prev   
Text File  |  1995-06-02  |  2KB  |  37 lines

  1.  
  2. Project Smarts - Presentation Manager application README 
  3. --------------------------------------------------------
  4.  
  5. The project is organized into the following hierarchy
  6. which reflects the interdependencies between the projects:
  7.  
  8.         ┌─────────────────────────────────────┐
  9.         │  Presentation Manager Application   │
  10.         │   (Builds the executable program)   │
  11.         └─────────────────────────────────────┘
  12.               |                        |
  13.               |                        |
  14.               v                        v
  15.   ┌──────────────────────────┐   ┌───────────────────────────┐
  16.   │     Tutorial project     │   │     Help Project          │
  17.   │(Builds the application's │   │ (Builds the application's │
  18.   │   tutorial .INF file)    │   │       help library)       │
  19.   └──────────────────────────┘   └───────────────────────────┘
  20.  
  21.  
  22. Select "Build" off the project's pop-up menu to build the
  23. project executables.  Three targets are built:
  24.  
  25. 1. The PM application executable
  26. 2. The PM application's tutorial (from the Tutorial Project)
  27. 3. The PM application's help library (from the Help project)
  28.  
  29. To use the PM application once it is built, double-click on
  30. the executable file from the project container.  You can also
  31. select "Run" from the project's pop-up menu.
  32.  
  33. Note:  If you run the PM application from the command line, you
  34.        must ensure that the tutorial, TUTOR.INF, and help file,
  35.        PMBASIC.HLP are visible along the HELP path.
  36.  
  37.