home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / EDITOR / LXMIN2 / README < prev   
Text File  |  1995-06-07  |  2KB  |  53 lines

  1. NAME: LXMIN2
  2.  
  3. FEATURE/CONCEPTS:
  4.   Building LPEX external commands
  5.  
  6. TASK:
  7.   This sample generates a DLL which is used as an LPEX external command.
  8.  
  9. DESCRIPTION:
  10.   This sample builds an LPEX external command that does nothing.
  11.   For more information on the Editor, refer to the VisualAge C++
  12.   for OS/2 User's Guide.
  13.  
  14. PROJECT LOCATION:
  15.   Inside the Samples folder inside the main VisualAge C++ folder on
  16.   your OS/2 desktop.
  17.  
  18. SOURCE FILE LOCATION:
  19.   X:\ibmcpp\samples\compiler\grep
  20.  
  21.   where X: is the drive you installed the samples and document
  22.   component of VisualAge C++.
  23.  
  24.  
  25.    FILE NAME(s)   DESCRIPTION
  26.    -----------    -----------
  27.    README         (This file) Readme file for LXMIN2 program
  28.    LXMIN2.C       C Source code for LXMIN2 program
  29.    LXMIN2.MAK     Make file to create LXMIN2.DLL
  30.    LPEXAPI.H      Include file for external C/C++ LPEX commands
  31.    LPEXCPAT.H     Header file for upgrading LPEX commands to current API
  32.    LPEXEXT.DEF    Module definition file for LPEX new API external
  33.                   command DLL
  34.  
  35. TO RUN:
  36.  
  37.    Copy LXMIN2.DLL to the CPP directory under DLL. LXMIN2 can be run as an
  38.    edit command within the Editor.
  39.  
  40.  
  41. ADDITIONAL INFORMATION:
  42.     
  43.   For information on using the editor in the WorkFrame environment, see the 
  44.   VisualAge C++ for OS/2 User's Guide.
  45.  
  46.   For a complete listing and description of samples provided with the 
  47.   VisualAge C++ for OS/2 product, see the VisualAge C++ for OS/2 Guide to 
  48.   Samples.
  49.  
  50.   Both books can be found online.  To access an online book, simply open the
  51.   main VisualAge C++ desktop folder, then open the Information Folder inside.
  52.   To view a book, double-click on that book's icon.   
  53.