home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / editor / lxmin2 / readme.txt < prev   
Encoding:
Text File  |  1996-02-22  |  1.8 KB  |  44 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. NAME: LXMIN2
  15.  
  16.    DESCRIPTION:
  17.    This sample builds an LPEX external command that does nothing.
  18.    For more information on the Editor, refer to the VisualAge C++
  19.    User's Guide.
  20.  
  21.    TASK:
  22.    This sample generates a DLL which is used as an LPEX external command.
  23.  
  24.    CONCEPT/FEATURE:
  25.    Building LPEX external commands
  26.  
  27.    HOW TO RUN THE PROJECT FROM THE COMMAND LINE:
  28.    Copy LXMIN2.DLL to a directory in your PATH. LXMIN2 can be run as an
  29.    edit command within the Editor.
  30.  
  31.    SPECIAL NOTES:
  32.    To build the DLL on the command line, simply run the lxmin2
  33.    command file on the command line.
  34.  
  35.    VisualAge C++ SAMPLES INFORMATION:
  36.      A complete listing of samples shipped with the VisualAge for C++
  37.      product can be found in the online GUIDE TO SAMPLES.  To access
  38.      this notebook, simply:
  39.  
  40.      -  Open the VISUALAGE FOR C++ program group in the Program
  41.         Manager window, then
  42.      -  Open the GUIDE TO SAMPLES notebook in the program group.
  43.  
  44.