home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / communic / encom100 / readme.now < prev    next >
Encoding:
Text File  |  1992-07-08  |  3.0 KB  |  78 lines

  1.                           The EnCom Library 1.00
  2.                           (C) 1992 EnQue Software
  3.                                  07/08/92
  4.  
  5.                              EnQue Software
  6.                             Route 1, Box 116C
  7.                          Pleasant Hill, MO  64080
  8.                                    USA
  9.  
  10.                         Fax/Voice: (816) 987-2515
  11.                       24-hour BBS: (816) 353-0991
  12.                             Kevin: (816) 987-5709
  13.                              Boyd: (816) 353-5561
  14.  
  15.   ___________________________________________________________________________
  16.  
  17.   This archive contains the following:
  18.  
  19.   1)  README.NOW
  20.         The file you are now reading.
  21.  
  22.   2)  ENCOM.H
  23.         The EnCom header file.  Include this in any of your C files that
  24.         will be using the library functions or macros.
  25.  
  26.   3)  ENTS.LIB
  27.         The EnCom library for Turbo/BorlandC under small model C.
  28.         Put this in your C project to use the library.
  29.  
  30.   4)  ENTCPS.LIB
  31.         The EnCom library for Turbo/BorlandC under small model C++.
  32.         Put this in your C++ project (CPP files) to use the library.
  33.  
  34.   5)  ENMS.LIB
  35.         The EnCom library for Microsoft 5.0 under small model C.
  36.  
  37.   6)  ENQHELP.EXE
  38.         The stand alone version of our hypertext help engine.  Run this
  39.         program to use the EnCom documentation supplied.
  40.  
  41.   7)  ENCOM.HLP
  42.         The first help file used by ENQHELP.EXE.  This is an ASCII file
  43.         that can be loaded into a text editor or word processor, if you do
  44.         not wish to use our help engine.  If you wish, you may use the
  45.         UltraWin PRT_HELP.EXE utility to print it without the commands,
  46.         keywords, or color information.
  47.  
  48.   8)  ENCOMREF.HLP
  49.         The second help file used by ENQHELP.EXE.  This file contains the
  50.         function and macro reference for EnCom.
  51.  
  52.   9)  START.C
  53.         Your first program for EnCom.  A simple terminal program that
  54.         shows that useful programming with EnCom can be only a couple
  55.         dozen lines of C code away!
  56.  
  57.  10)  COM_DEMO.EXE
  58.         A second program that shows off just a few features of the Encom
  59.         library!  This program uses the small model library for both 
  60.         EnCom and UltraWin (our windowing library).
  61.  
  62.  11)  COM_DEMO.C
  63.         The source code to COM_DEMO.EXE.  If you wish to rebuild this
  64.         program for Turbo C, include in your project this C file,
  65.         UWINTS.LIB and ENTS.LIB.
  66.  
  67.  12)  TCKBD.COM
  68.         Our little TSR for Turbo/Borland C users.  This little program
  69.         can be used with the ENQHELP.EXE engine to give you context-
  70.         sensitive help on EnCom from within the Turbo/Borland C editor.
  71.         See ENCOM.HLP for details.
  72.  
  73.  13)  PRT_HELP.EXE
  74.         The help file print utility.  Use this to print a copy of the
  75.         documentation to a printer, or redirect output to a file to get
  76.         a plain ASCII file without the commands, keywords, or color
  77.         information.
  78.