home *** CD-ROM | disk | FTP | other *** search
- The EnCom Library 1.00
- (C) 1992 EnQue Software
- 07/08/92
-
- EnQue Software
- Route 1, Box 116C
- Pleasant Hill, MO 64080
- USA
-
- Fax/Voice: (816) 987-2515
- 24-hour BBS: (816) 353-0991
- Kevin: (816) 987-5709
- Boyd: (816) 353-5561
-
- ___________________________________________________________________________
-
- This archive contains the following:
-
- 1) README.NOW
- The file you are now reading.
-
- 2) ENCOM.H
- The EnCom header file. Include this in any of your C files that
- will be using the library functions or macros.
-
- 3) ENTS.LIB
- The EnCom library for Turbo/BorlandC under small model C.
- Put this in your C project to use the library.
-
- 4) ENTCPS.LIB
- The EnCom library for Turbo/BorlandC under small model C++.
- Put this in your C++ project (CPP files) to use the library.
-
- 5) ENMS.LIB
- The EnCom library for Microsoft 5.0 under small model C.
-
- 6) ENQHELP.EXE
- The stand alone version of our hypertext help engine. Run this
- program to use the EnCom documentation supplied.
-
- 7) ENCOM.HLP
- The first help file used by ENQHELP.EXE. This is an ASCII file
- that can be loaded into a text editor or word processor, if you do
- not wish to use our help engine. If you wish, you may use the
- UltraWin PRT_HELP.EXE utility to print it without the commands,
- keywords, or color information.
-
- 8) ENCOMREF.HLP
- The second help file used by ENQHELP.EXE. This file contains the
- function and macro reference for EnCom.
-
- 9) START.C
- Your first program for EnCom. A simple terminal program that
- shows that useful programming with EnCom can be only a couple
- dozen lines of C code away!
-
- 10) COM_DEMO.EXE
- A second program that shows off just a few features of the Encom
- library! This program uses the small model library for both
- EnCom and UltraWin (our windowing library).
-
- 11) COM_DEMO.C
- The source code to COM_DEMO.EXE. If you wish to rebuild this
- program for Turbo C, include in your project this C file,
- UWINTS.LIB and ENTS.LIB.
-
- 12) TCKBD.COM
- Our little TSR for Turbo/Borland C users. This little program
- can be used with the ENQHELP.EXE engine to give you context-
- sensitive help on EnCom from within the Turbo/Borland C editor.
- See ENCOM.HLP for details.
-
- 13) PRT_HELP.EXE
- The help file print utility. Use this to print a copy of the
- documentation to a printer, or redirect output to a file to get
- a plain ASCII file without the commands, keywords, or color
- information.