home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 4608 / en160 / readme.now < prev    next >
Text File  |  1994-06-28  |  8KB  |  173 lines

  1.  
  2.                                EnCom 1.60
  3.                         (C) 1990-94 EnQue Software
  4.  
  5.  
  6.                              EnQue Software
  7.                             Route 1, Box 116C
  8.                          Pleasant Hill, MO  64080
  9.                                    USA
  10.  
  11.                       24-hour BBS    : (816) 353-0991
  12.                       Fax / Voice    : (816) 987-2515
  13.                       Voice (Kevin)  : (816) 540-5709
  14.                       Voice (Boyd)   : (816) 353-5561
  15.  
  16.  
  17.     On September 1, 1994, we will have a new BBS number.  We plan to
  18.   redistribute all products and documentation with the new number after
  19.   that date.  We will also record the new BBS number on the Fax/Voice
  20.   machine at (816) 987-2515 for your convenience.
  21.  
  22.  _____________________________________________________________________________
  23.  
  24.   This archive contains the following:
  25.  
  26.       README.NOW
  27.         This is the file you are now reading.
  28.  
  29.       ENQHELP.EXE
  30.         The stand alone version of our hypertext help engine.  Run this
  31.         program to use the EnCom documentation supplied.  Simply type
  32.         "ENQHELP ENCOM.HLP" and [Enter] from the DOS command line.
  33.  
  34.       PRT_HELP.EXE
  35.         The help file print utility.  Use this to print a copy of the
  36.         documentation to a printer, or redirect output to a file to get
  37.         a plain ASCII file without the commands, keywords, or color
  38.         information.
  39.  
  40.       ENCOM.HLP
  41.         The first help file used by ENQHELP.EXE.  This is an ASCII file
  42.         that can be loaded into a text editor or word processor, if you do
  43.         not wish to use our help engine.  If you wish, you may use the
  44.         UltraWin PRT_HELP.EXE utility to print it without the commands,
  45.         keywords, or color information.
  46.  
  47.       ENCOMREF.HLP
  48.         The second help file used by ENQHELP.EXE.  This file contains the
  49.         function and macro reference for EnCom.
  50.  
  51.       TCKBD.COM
  52.         Our little TSR for Turbo/Borland C users.  This little program
  53.         can be used with the ENQHELP.EXE engine to give you context-
  54.         sensitive help on EnCom from within the Turbo/Borland C editor.
  55.         See ENCOM.HLP for details.
  56.  
  57.       ENCOM.H, EN_DBG.H
  58.         The EnCom header files.  Include ENCOM.H in any of your C files
  59.         that will be using the library functions or macros.  ENCOM.H
  60.         automatically includes EN_DBG.H.
  61.  
  62.       START.H, START.C
  63.         Your first program for EnCom.  A simple terminal program that
  64.         shows that useful programming with EnCom can be only a couple
  65.         dozen lines of C code away!
  66.  
  67.       COM_DEMO.EXE
  68.         A second program that shows off just a few features of the Encom
  69.         library!  This program uses the small model library for both 
  70.         EnCom and UltraWin (our windowing library).
  71.  
  72.       COM_DEMO.C
  73.         The source code to COM_DEMO.EXE.  If you wish to rebuild this
  74.         program for Turbo C, include in your project this C file,
  75.         UWTS.LIB and ENTS.LIB.
  76.  
  77.       TD.EXE, TD.TUI, TD.DEF
  78.         This is the EnQue Terminal Demo Program.  It is a full VT100
  79.         terminal program with ASCII/Xmodem/Ymodem upload and download.
  80.         This program showcases the three products UltraWin, InTUItion
  81.         and Encom, and serves as a great start for your own "ultimate
  82.         terminal program".
  83.       
  84.       DIGITEST.C
  85.         This program demonstrates using EnCom with the DIGIBOARD, an
  86.         8-port PC card that gives you some major I/O!
  87.  
  88.       ENTS.LIB
  89.         The EnCom library for Turbo/BorlandC under small model C.
  90.         Put this in your C project to use the EnCom library.
  91.  
  92.       ENTSD.LIB
  93.         The small model Source Trace library for Turbo/Borland C, under
  94.         the normal "C" compiler (.C files).  Specify this library in your
  95.         project while developing your application and let the Source
  96.         Trace features work for you to eliminate those nasty bugs.
  97.  
  98.       ENMS.LIB
  99.         The small model production library for Microsoft C, compiled with
  100.         MSVC 8.00.
  101.  
  102.       ENMSD.LIB
  103.         The small model Source Trace library for Microsoft C, compiled
  104.         with MSVC 8.00.
  105.  
  106.  _____________________________________________________________________________
  107.  
  108.                              VERY IMPORTANT!!!
  109.  
  110.     To keep the size of this archive file down to a reasonable size, we have
  111.   included the small model libraries only for Turbo/Borland C and Microsoft
  112.   C.  If you are programming in Turbo C++, Borland C++, Microsoft C++ or
  113.   Zortech C/C++, you can obtain the rest of the libraries from our BBS
  114.   or most major online services.  This keeps you from paying for download
  115.   time for libraries you don't need!
  116.  
  117.     If you like Encom, be sure to take a look at UltraWin and InTUItion,
  118.   EnQue libraries that implement DOS text windowing and a complete user
  119.   interface!  Dialog boxes, pick lists, menus, and more are a snap with
  120.   InTUItion.  InTUItion also gives you a fully functioning file selector, a
  121.   linkable context-sensitive hypertext help engine, and a powerful dialog /
  122.   menu / interface construction program (the TUICP) that lets you
  123.   interactively design your interface. The TUICP can generate linkable
  124.   dialogs and menus and even write the source code for you.  Best of all
  125.   the tools and small model libraries for UltraWin and InTUItion are free!
  126.  
  127.     If you don't have access to one of the major online services, you can
  128.   call our own BBS.  The BBS is also a good place to interact with other
  129.   users and get the latest on our products.  All the latest tools and
  130.   libraries are also available for download 24 hours a day, 7 days a week,
  131.   at speeds up to 9600 baud.
  132.  
  133.  _____________________________________________________________________________
  134.  
  135.                          ORDERING INFORMATION
  136.   
  137.     To order EnCom, simply mail a check or money order for $99.95 to the
  138.   address at the top of this file.
  139.  
  140.     For $99.95 you not only get the complete source code for the EnCom
  141.   library, but also full source to TD.EXE, our terminal demo program that
  142.   implements a complete VT100 terminal, as well as ASCII/Xmodem/Ymodem
  143.   upload and download.  UltraWin and InTUItion are used for the text mode
  144.   windowing and interface, and provides a powerful example of a program that
  145.   takes advantage of the power of all three of these libraries.  Also
  146.   included is our new ENQRBLD.EXE program, making rebuilding ANY model
  147.   library for Turbo/Borland C/C++, Zortech C/C++, or Microsoft C/C++ a
  148.   breeze.  We also support Watcom C/C++ 32-bit flat model under the DOS
  149.   extender DOS4GW.  Now you can write multi-megabyte programs without
  150.   worrying about the DOS 640K limit!  We also ship a comprehensive laser
  151.   printed manual bound in a handsome vinyl 3-ring binder.  This format makes
  152.   it very easy to incorporate your own notes, or future updates to the
  153.   manual.
  154.  
  155.     Considering the cost of tools that do anything close to what we do, our
  156.   price is dramatically low.  You will pay anywhere from $300 - $1000 to get
  157.   tools of similar quality, and even then they will probably not be able to
  158.   do everything UltraWin and InTUItion and EnCom can do.  Then add our
  159.   policy of letting you use the small model libraries and the full-blown
  160.   tools for free, and you have a combination that lets you really test-drive
  161.   our software before you buy it, NOT just look at some demo.  I don't know
  162.   how many times that we as programmers have ordered a package to find out
  163.   it doesn't live up to its billing, or it's so bug-laden that it's nearly
  164.   useless -- another couple of "c-notes" down the drain.  We want to be
  165.   different and innovative.  We feel that the users that do not purchase the
  166.   package, because the small model is enough for them to get by, will be
  167.   outweighed by those that appreciate our policy and send in their order to
  168.   receive full source, printed manual, and support!
  169.  
  170.  
  171.        Kevin Huck and Dr. Boyd Gafford
  172.              EnQue Sofware
  173.