home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / IOC / XMULTI / XMULTI.REA < prev    next >
Text File  |  1995-06-07  |  4KB  |  103 lines

  1. SAMPLE - XMULTI
  2.  
  3.    DESCRIPTION:
  4.         Example of using the same collection from multiple compilation
  5.         units, part1 and part 2.
  6.  
  7.    TASK:
  8.         This program uses two stacks to demonstrate how to use the same
  9.         collection from multiple compilation units.
  10.  
  11.    CONCEPT/FEATURE:
  12.         This program is a sample to demonstrate the exchange of
  13.         information about one collection from different compilation
  14.         units.
  15.  
  16.    PROJECT LOCATION:
  17.         Inside the IOC Samples folder (inside the VisualAge C++ Samples
  18.         folder). 
  19.  
  20.    SOURCE FILE LOCATION:
  21.         X:\ibmcpp\samples\ioc\xmulti
  22.  
  23.         where X: is the drive you installed the samples and document
  24.         component of VisualAge C++.
  25.  
  26.    HOW TO RUN THE SAMPLE:
  27.  
  28.         FROM WITHIN THE WORKFRAME ENVIRONMENT:
  29.              To run the prebuilt project, open the Samples folder on your
  30.              OS/2 desktop then double-click on the project's icon to open
  31.              the project view of the sample.  Click on the RUN button of
  32.              the project's toolbar.
  33.  
  34.         FROM THE COMMAND LINE:
  35.              Simply type the name of the .EXE file, that is:
  36.  
  37.                  XMULTI
  38.  
  39.              If the sample fails to execute or abnormally ends, you can
  40.              get more information about the failure by turning on the
  41.              ICLUI trace.  This is done by setting the environment
  42.              variable ICLUI_TRACE as follows:
  43.  
  44.                    SET ICLUI_TRACE=ON
  45.                    SET ICLUI_TRACETO=STDERR
  46.  
  47.              The second export controls where the trace information is
  48.              reported.  With tracing turned on, ICLUI exception text will
  49.              be written to a standard error file. For example:
  50.  
  51.                    HELLO1 >HELLO1.OUT 2>&1
  52.  
  53.              The exception data is now in the file hello1.out.
  54.  
  55.    HOW TO BUILD THE SAMPLE PROJECT YOURSELF:
  56.  
  57.         FROM WITHIN THE WORKFRAME ENVIRONMENT:
  58.              Open the Samples folder on your OS/2 desktop then
  59.              double-click on the project's icon to open the project view
  60.              of the sample. In the upper half of the project window you
  61.              will see the icons of the files associated with the sample.
  62.              From the Project pulldown, select Build -> Rebuild All. To run
  63.              the sample project, see HOW TO RUN THE SAMPLE PROJECT above.
  64.  
  65.         FROM THE COMMAND LINE:
  66.              A command file is provided to allow rebuilding of the
  67.              WorkFrame projects from the command line.  Simply type:
  68.  
  69.                  BUILD
  70.  
  71.              To run the sample project, see HOW TO RUN THE SAMPLE PROJECT
  72.              above.
  73.  
  74.    SOFTWARE/HARDWARE PREREQUISITES:
  75.  
  76.         o   IBM VisualAge C++
  77.         o   OS/2 2.1 or Warp
  78.         o   IBM or compatible 386 and up.
  79.  
  80.    ADDITIONAL INFORMATION:
  81.  
  82.         o   For more information on the creation and use of projects in
  83.             the WorkFrame environment, see the VisualAge C++ for OS/2
  84.             User's Guide.
  85.         o   For more information on the Collection Classes, see the
  86.             VisualAge C++ for OS/2 Open Class Library User's Guide.
  87.  
  88.         Both books can be found online.  To access an online book, simply
  89.         open the main VisualAge C++ desktop folder, then open the
  90.         Information Folder inside.  To view a book, double-click on that
  91.         book's icon.
  92.  
  93.  
  94.    REQUIRED FILES - XMULTI:    
  95.  
  96.    o   xmulti.rea
  97.    o   build.cmd   
  98.    o   xmulti1.cpp
  99.    o   xmulti2.cpp
  100.    o   xmulti.xpc   
  101.    o   xmulti.h
  102.    o   xmulti.exe
  103.