Here's a short description of each file included in the
EasyVision's demo program.

DEMO1.DOC
   Help file in WORD 2.0 for windows format.  This is to be saved in
   text only without carriage returns (*.tx8).  You then use the help
   text compiler (hc.exe) to produce the runtime help files.

DEMO1.HLT
   This is the file I saved DEMO1.DOC to, in text only format.  I
   strongly suggest that you always use the *.HLT extension for your
   help files that are to be processed by the help compiler.

DEMO1.HLP
   This is the runtime help file produced by the help compiler.  It is
   accessed everytime you request help in an EV application.

DEMO1.HDX
   This is the index to the context number in the help file (*.HLP).
   This file is read in memory at program startup and provides fast
   accesses to the help file.

DEMO1.EXE
   This is the executable demo program.  The help files must be in the
   same directory as the executable.

DEMO1.CPP
   This is the source code of the demo program.  You can compile it using
   the EVISION.LIB library and liking with the LARGE memory model.

DEMO1.HCM
   This is the header file produce by the help compiler.

Remy Gendron
Author of EasyVision
July 3rd, 1993

