home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somk / c / tp / readme.txt < prev    next >
Encoding:
Text File  |  1996-02-05  |  2.7 KB  |  64 lines

  1. #   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994,1996
  2. #   All Rights Reserved
  3. #   Licensed Materials - Property of IBM
  4. #   US Government Users Restricted Rights - Use, duplication or
  5. #   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6.  
  7.  ****************************************************************************
  8.  * DISCLAIMER OF WARRANTIES.
  9.  * The following [enclosed] code is sample code created by IBM
  10.  * Corporation. This sample code is not part of any standard or IBM
  11.  * product and is provided to you solely for the purpose of assisting
  12.  * you in the development of your applications.  The code is provided
  13.  * "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
  14.  * NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  15.  * FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
  16.  * THIS CODE.  IBM shall not be liable for any damages arising out of
  17.  * your use of the sample code, even if they have been advised of the
  18.  * possibility of such damages.
  19.  *
  20.  * DISTRIBUTION.
  21.  * This sample code can be freely distributed, copied, altered, and
  22.  * incorporated into other software, provided that it bears the above
  23.  * Copyright notice and DISCLAIMER intact.
  24. ****************************************************************************
  25. TP
  26.  
  27.    DESCRIPTION:
  28.       This is a simple text processor. If run without
  29.       arguments, it takes its input from "test.dat", which contains
  30.       formatting instructions for a modified version of Juliet's Lament,
  31.       taken from Romeo and Juliet, by William Shakespeare.
  32.  
  33.    CONCEPT/FEATURE:
  34.      This sample demonstrates non-CORBA C bindings, and the use of
  35.      many cooperating classes.
  36.  
  37.  
  38.    HOW TO RUN THE PROJECT FROM THE COMMAND LINE:
  39.       To make the sample:
  40.             nmake -f vac.mak all
  41.             tp
  42.  
  43.       To clean up:
  44.             nmake -f vac.mak clean
  45.  
  46.  
  47.    HOW TO RUN THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:
  48.     -Open the project "tp.iwp" in the sample directory.
  49.     -To make the project:
  50.         from the "Project" menu, select "Make",
  51.         or from the pop-up menu for the icon "vac.mak", select "Make"
  52.     -From workframe, click the "Run" icon, or from the Project Monitor window,
  53.      type "tp" to execute.
  54.     -From the command line, "nmake -f vac.mak clean" to clean up.
  55.  
  56.    VisualAge for C++ SAMPLES INFORMATION:
  57.      A complete listing of samples shipped with the VisualAge for C++
  58.      product can be found in the online GUIDE TO SAMPLES.  To access
  59.      this notebook, simply:
  60.  
  61.      -  Open the VisualAge for C++ program group in the Program
  62.         Manager window, then
  63.      -  Open the GUIDE TO SAMPLES notebook in the program group.
  64.