home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / MLEVIEW.ZIP / MLEVIEW.DOC < prev    next >
Text File  |  1991-04-04  |  3KB  |  86 lines

  1. Application Name: MLEView Version 1.00
  2.  
  3. Requirements:     OS/2 1.2 or later
  4.  
  5. Description:      A text view facility using an MLE window.
  6.  
  7. Notes:            The program source code was compiled and linked using
  8.                   Microsoft C 6.00A and the Microsoft Linker. The IBM
  9.                   OS/2 Tools and Information Kit 1.3 was used for header
  10.                   and resource needs.
  11.  
  12. Invocation:       mleview [filename]
  13.  
  14.                   The filename is optional.
  15.  
  16.  
  17.  
  18. The following files make up the mleview.ZIP file:
  19.  
  20.   mleview.doc   - This file.
  21.   mleview.exe   - Executable program.
  22.   mleview.hlp   - Help file.
  23.   mleview.ini   - Profile file.
  24.   mleview.c     - Main source file.
  25.   mleview.h     - Main include file.
  26.   mleview.def   - Definition file.
  27.   mleview.ico   - Icon file.
  28.   mleview.ipf   - Help source file.
  29.   mleview.mak   - Make file.
  30.   mleview.rc    - Resource file.
  31.   ezfont.c      - Auxilary source file.
  32.   ezfont.h      - Auxilary include file.
  33.  
  34. WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
  35.  
  36.    To run this program or recompile the source, Rick Yoder's FILEDLG
  37.    package is required. This package is available from OS/2 Shareware
  38.    BBS. The latest version of the package known to me is FILEDLG6.ZIP.
  39.    You can eliminate this problem by deleting the Open option from the
  40.    program menu and eliminating all code supporting that option. A
  41.    filename parameter will still be accepted by the program at startup
  42.    but you will be unable to open any new files without stopping and
  43.    restarting the application.
  44.  
  45. WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING! WARNING!
  46.  
  47.  
  48. Notes:
  49.   No warranties, guarantees, etc. are implied, and no liability is
  50.   assumed for the code, examples, DLLs, or documentation.
  51.  
  52.   This software is user-supported software and may be freely
  53.   copied and used by anyone who wishes to do so as long as the
  54.   following conditions are met:
  55.  
  56.   1. These functions may not be used by any program for
  57.      which a fee is charged unless the owner of the program
  58.      has paid the registration fee.
  59.  
  60.   2. If you transmit a copy of this software to another
  61.      party you must give them the complete unaltered
  62.      contents of the mleview.ZIP file.
  63.  
  64.   3. If you make any modifications to these functions you
  65.      must change the base name of the files (mleview) to some
  66.      other name.
  67.  
  68.   If you feel that this program has benefited you, please
  69.   register it by sending $25.00 to:
  70.  
  71.        Pedagogic Software
  72.        W. David Ashley
  73.        5 Timberline Dr.
  74.        Trophy Club, Tx 76262
  75.  
  76.   If you have questions, comments or suggestions please contact me
  77.   through the OS/2 Shareware BBS or at the address above.
  78.  
  79.  
  80.  
  81. Version 1.00 - 04/03/1991
  82. -------------------------
  83.  
  84.   1. Original release.
  85.  
  86.