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

  1.  
  2. Project Smarts - UI Class Library application README
  3. ----------------------------------------------------
  4.  
  5. The project is organized into the following hierarchy
  6. which reflects the interdependencies between the projects:
  7.  
  8.         ┌─────────────────────────────────────┐
  9.         │     UI Class Library 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 UI Class Library application executable
  26. 2. The UI Class Library application tutorial (from the Tutorial Project)
  27. 3. The UI Class Library application help library (from the Help project)
  28.  
  29. To use the UI Class Library application once it is built, double-click 
  30. on the executable file from the project container.  You can also
  31. select the "Run" action from the project's pop-up menu.
  32.  
  33. Note:  If you run the UI Class Library application from the command 
  34.        line, you must ensure that the tutorial and help library are 
  35.        visible along the HELP path.
  36.  
  37.