home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somd / cpp / stack / readme.txt < prev    next >
Encoding:
Text File  |  1996-02-16  |  3.0 KB  |  72 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. STACK
  27.  
  28.    DESCRIPTION:
  29.       Allows the user to use a graphical user interface to push and pop a
  30.       stack.
  31.  
  32.    CONCEPT/FEATURE:
  33.       This sample was used in the SOMobjects Developer Toolkit User's Guide 
  34.       as a first example of DSOM usage.  This sample creates a remote stack 
  35.       from which the local user can push and pop elements.
  36.  
  37.    HOW TO RUN THE PROJECT FROM THE COMMAND LINE:
  38.       The supplied makefiles will make the client program, stack.dll,
  39.       IR (Interface Repository), and the Implementation Repository
  40.  
  41.       To build the sample:
  42.        - "nmake -f vac.mak all".
  43.  
  44.       To clean up the directory and implementation repository after running
  45.       the samples:
  46.  
  47.        - "nmake -f vac.mak clean"
  48.  
  49.       RUNNING THE SAMPLE:
  50.       -------------------
  51.       Kill "somdd" if it is already running.
  52.       Execute "run.bat", which will start "somdd" and execute
  53.       "somstack.exe".
  54.  
  55.    HOW TO RUN THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:
  56.     -Open the project "stack.iwp" in the sample directory.
  57.     -Kill "somdd" if it is already running.
  58.     -To make the project:
  59.         from the "Project" menu, select "Make",
  60.         or from the pop-up menu for the icon "vac.mak", select "Make"
  61.     -Click the "Run" icon to execute the sample.
  62.     -From the command line or the Project Monitor, 
  63.      "nmake -f vac.mak clean" to clean up.
  64.  
  65.      A complete listing of samples shipped with the VisualAge for C++
  66.      product can be found in the online GUIDE TO SAMPLES.  To access
  67.      this notebook, simply:
  68.  
  69.      -  Open the VisualAge for C++ program group in the Program
  70.         Manager window, then
  71.      -  Open the GUIDE TO SAMPLES notebook in the program group.
  72.