home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / version / readme.txt < prev    next >
Encoding:
Text File  |  1996-02-22  |  2.7 KB  |  76 lines

  1. **********************************************************************
  2. * DISCLAIMER OF WARRANTIES:                                          *
  3. *                                                                    *
  4. * The following enclosed code is sample code created by IBM          *
  5. * Corporation.  This sample code is not part of any standard IBM     *
  6. * product and is provided to you solely for the purpose of assisting *
  7. * you in the development of your applications.  The code is provided *
  8. * "AS IS", without warranty of any kind.  IBM shall not be liable    *
  9. * for any damages arising out of your use of the sample code, even   *
  10. * if they have been advised of the possibility of such damages       *
  11. *                                                                    *
  12. **********************************************************************
  13.  
  14. Version Sample
  15.  
  16.   DESCRIPTION:
  17.     The Version Sample simply displays the 
  18.     IBM Open Class: User Interface Library version
  19.     number.  You can determine the library version 
  20.     via IC_MAJOR_VERSION and IC_MINOR_VERSION. 
  21.  
  22.   CONCEPT/FEATURE: 
  23.     Sample program for demonstrating the
  24.     IOC:UI library version number.
  25.  
  26.   HOW TO BUILD THE PROJECT FROM THE COMMAND LINE:
  27.     From within the directory containing the sample, simply type:
  28.          NMAKE
  29.  
  30.   HOW TO BUILD THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:
  31.     Refer to the standard Workframe BUILD instructions
  32.  
  33.   HOW TO RUN THE PROJECT FROM THE COMMAND LINE:
  34.     From within the directory containing the sample, simply type
  35.     the name of the executable:
  36.          VERSION
  37.  
  38.   HOW TO RUN THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:
  39.     Refer to the standard Workframe RUN instructions
  40.  
  41.   SPECIAL NOTES:
  42.     If the sample fails to execute or 
  43.     abnormally ends, you can get 
  44.     more information about the failure 
  45.     by turning on the ICLUI trace.  
  46.     This is done by setting the 
  47.     environment variable ICLUI_TRACE 
  48.     as follows: 
  49.  
  50.         set ICLUI_TRACE=ON
  51.         set ICLUI_TRACETO=STDERR
  52.     
  53.     ICLUI_TRACETO controls where
  54.     the trace information is reported. 
  55.     With tracing turned on, ICLUI 
  56.     exception text will be written to a 
  57.     standard error file. For example: 
  58.  
  59.         sample >sample.out 2>&1
  60.     
  61.     The exception data is now in the file 
  62.     'sample.out'.
  63.  
  64.   ADDITIONAL HARDWARE/SOFTWARE REQUIREMENTS:
  65.     None
  66.  
  67.   VISUALAGE FOR C++ SAMPLES INFORMATION:
  68.     A complete listing of samples shipped with the VisualAge for C++
  69.     product can be found in the online GUIDE TO SAMPLES.  To access
  70.     this notebook, simply:
  71.  
  72.     -  Open the VISUALAGE FOR C++ program group in the Program
  73.        Manager window, then
  74.     -  Open the GUIDE TO SAMPLES notebook in the program group.
  75.  
  76.