home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / uw260 / readme.now < prev    next >
Encoding:
Text File  |  1994-06-28  |  8.0 KB  |  173 lines

  1.   
  2.                               UltraWin 2.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.         This is the stand alone hypertext help engine.  It allows you to
  31.         read our context-sensitive documentation from either DOS, or as  
  32.         a transfer program!  The program will even read the function name
  33.         under the blinking cursor and search for that function in the
  34.         documentation, giving you a context-sensitive function reference
  35.         from your compiler or text editor.  Refer to the documentation for
  36.         more information.
  37.  
  38.       ENQHELP.DOC
  39.         This is the documentation on how to both use the engine, as well
  40.         as write your own help files.
  41.  
  42.       UW_HELP0.HLP - UW_HELP6.HLP
  43.         These are the context-sensitive hypertext help files, used by our
  44.         new help engine.  It is a complete, context-sensitive manual for
  45.         UltraWin.
  46.  
  47.       PRT_HELP.EXE
  48.         This is a small file that will take any of our context-sensitive
  49.         hypertext help files and convert them to plain ASCII.  All
  50.         formatting and hypertext references are stripped out.  You may
  51.         redirect output to create an ASCII file.  For example, to convert
  52.         UW_HELP0.HLP to ASCII, type "PRT_HELP UW_HELP0.HLP > UW_HELP0.TXT".
  53.  
  54.       TCKBD.COM
  55.         This is a tiny TSR that keeps a copy of the last cursor coordinates.
  56.         This is only needed for those of you which wish to setup the
  57.         ENQHELP.EXE program as a transfer program from your editor, as many
  58.         editors hide the cursor before calling a transfer program.
  59.  
  60.       UW.H, UW_GLOBX.H, UW_KEYS.H, UW_PROTO.H, UW_DBG.H
  61.         These are the header files for UltraWin.  All you need to do is
  62.         include the UW.H file, all the rest are automatic!
  63.    
  64.       UW_DEMO.EXE, UW_DEMO.C, 8x14ICON.FNT
  65.         The UltraWin Demo program.  Run this program to get a general idea
  66.         of UltraWin features and capabilities.  Full source is included
  67.         so you can cut and paste any portion you would like to use into
  68.         your own programs.
  69.  
  70.       UW_TUT1.C, UW_TUT2.C, UW_TUT3.C, UW_TUT4.C, UW_TUT5.C, UW_TUT6.C,
  71.       UW_TUT7.C, UW_TUT8.C, UW_TUT9.C, UW_TUT10.C TUTOR.HLP
  72.         These files belong to the new UltraWin tutorial series.  This
  73.         series of small programs will give you the best start on getting
  74.         the most out of UltraWin, and getting up to speed on the library
  75.         functions.
  76.  
  77.       SHADOW.C
  78.         A small file showing how to do shadowed windows with UltraWin.
  79.  
  80.       STR_DEMO.C
  81.         A useful demonstration of UltraWin's powerful new data entry
  82.         capabilities.
  83.  
  84.       UWTSD.LIB
  85.         The small model Source Trace library for Turbo/Borland C, under the
  86.         normal "C" compiler (.C files).  Specify this library in your
  87.         project while developing your application and let the new Source
  88.         Trace features work for you to eliminate those nasty bugs.
  89.  
  90.       UWTS.LIB
  91.         The small model production library for Turbo/Borland C, under the
  92.         normal "C" compiler (.C files).  Specify this library in your
  93.         project for the final production version of your program.
  94.  
  95.       UWMSD.LIB
  96.         The small model Source Trace library for Microsoft C, compiled
  97.         with MSVC 8.00.
  98.  
  99.       UWMS.LIB
  100.         The small model production library for Microsoft C, compiled with
  101.         MSVC 8.00.
  102.  
  103.  
  104.  _____________________________________________________________________________
  105.  
  106.                              VERY IMPORTANT!!!
  107.  
  108.     To keep the size of this archive file down to a reasonable size, we have
  109.   included the small model libraries only for Turbo/Borland C and Microsoft
  110.   C.  If you are programming in Turbo C++, Borland C++, Microsoft C++ or
  111.   Zortech C/C++, you can obtain the rest of the libraries from our BBS
  112.   or most major online services.  This keeps you from paying for download
  113.   time for libraries you don't need!
  114.  
  115.     If you like UltraWin, be sure to take a look at InTUItion, UltraWin's
  116.   companion product that implements a complete user interface!  Dialog
  117.   boxes, pick lists, menus, and more are a snap with InTUItion.  InTUItion
  118.   also gives you a fully functioning file selector, a linkable
  119.   context-sensitive hypertext help engine, and a powerful dialog / menu /
  120.   interface construction program (the TUICP) that lets you interactively
  121.   design your interface. The TUICP can generate linkable dialogs and menus
  122.   and even write the source code for you.  Best of all the tools and small
  123.   model libraries for InTUItion are free!
  124.  
  125.     If you don't have access to one of the major online services, you can
  126.   call our own BBS.  The BBS is also a good place to interact with other
  127.   users and get the latest on our products.  All the latest tools and
  128.   libraries are also available for download 24 hours a day, 7 days a week,
  129.   at speeds up to 9600 baud.
  130.  
  131.  _____________________________________________________________________________
  132.  
  133.                          ORDERING INFORMATION
  134.   
  135.     To order UltraWin and/or InTUItion, simply mail a check or money order
  136.   for $99.95 for UltraWin, $199.90 for both UltraWin and InTUItion to the
  137.   address at the top of this file.
  138.  
  139.     For $199.90 you get the complete source code for not only the UltraWin
  140.   and InTUItion libraries, but also for the TUICP, the UltraWin Font Editor
  141.   and the EnQue Hypertext Help Engine.  With our new ENQRBLD.EXE program,
  142.   making ANY model library for Turbo/Borland C/C++, Zortech C/C++, or
  143.   Microsoft C/C++ is a breeze.  We also support Watcom C/C++ 32-bit flat
  144.   model under the DOS extender DOS4GW.  Now you can write multi-megabyte
  145.   programs without worrying about the DOS 640K limit!  We also ship a
  146.   comprehensive laser printed manual bound in a handsome vinyl 3-ring
  147.   binder.  This format makes it very easy to incorporate your own notes, or
  148.   future updates to the manual.
  149.  
  150.     For $99.95 you get UltraWin with complete source, the stand alone
  151.   UltraWin Font Editor and EnQue Hypertext Help Engine, the ENQRBLD.EXE
  152.   program and the manual. Both $99.95 and $199.90 prices get you access
  153.   to free upgrades via the EnQue BBS.
  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 can do.  Then add our policy of
  159.   letting you use the small model libraries and the full-blown tools for
  160.   free, and you have a combination that lets you really test-drive our
  161.   software before you buy it, NOT just look at some demo.  I don't know how
  162.   many times that we as programmers have ordered a package to find out it
  163.   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.