home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / smarts / ioc / read.me < prev   
Encoding:
Text File  |  1996-02-21  |  1.4 KB  |  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
  15.            +---------------------------+
  16.            |     Help Project          |
  17.            | (Builds the application's |
  18.            |       help library)       |
  19.            +---------------------------+
  20.  
  21.  
  22. Select "Build Normal" from the Project menu or toolbar to build the
  23. project executables.  Two targets are built:
  24.  
  25. 1. The UI Class Library application executable
  26. 2. The UI Class Library application help library (from the Help project)
  27.    that builds IPF or RTF help.
  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 menu.
  32.  
  33. Note:  If you run the UI Class Library application from the command 
  34.        line, you must ensure that the help (.HLP) library in the HELP 
  35.        directory is included in the PATH environment variable.
  36.  
  37.