home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somk / cpp / simple / readme.txt < prev    next >
Encoding:
Text File  |  1996-02-05  |  2.5 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.  
  26. SIMPLE
  27.  
  28.    DESCRIPTION:
  29.      This sample tests setting and retrieving attributes of a class
  30.      using C++ bindings.
  31.  
  32.  
  33.    CONCEPT/FEATURE:
  34.      This sample demonstrates SOM C++ bindings.
  35.  
  36.  
  37.    HOW TO RUN THE PROJECT FROM THE COMMAND LINE:
  38.      To build and run the sample:
  39.       - nmake -f vac.mak all
  40.       - simple
  41.  
  42.      To clean up:
  43.       - nmake -f vac.mak clean
  44.  
  45.  
  46.    HOW TO RUN THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:
  47.     -Open the project "simple.iwp" in the sample directory.
  48.     -To make the project:
  49.         from the "Project" menu, select "Make",
  50.         or from the pop-up menu for the icon "vac.mak", select "Make"
  51.     -From workframe, click the "Run" icon, or from the Project Monitor window,
  52.      type "simple" to execute.
  53.     -from the command line, "nmake -f vac.mak clean" to clean up.
  54.  
  55.    VisualAge for C++ SAMPLES INFORMATION:
  56.      A complete listing of samples shipped with the VisualAge for C++
  57.      product can be found in the online GUIDE TO SAMPLES.  To access
  58.      this notebook, simply:
  59.  
  60.      -  Open the VisualAge for C++ program group in the Program
  61.         Manager window, then
  62.      -  Open the GUIDE TO SAMPLES notebook in the program group.
  63.  
  64.