home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / ev_201.zip / HANOI.ZIP / HANOI.TXT < prev    next >
Text File  |  1993-07-03  |  1KB  |  38 lines

  1. Here's a short description of each file included in the
  2. EasyVision's demo program.
  3.  
  4. HANOI.DOC
  5.    Help file in WORD 2.0 for windows format.  This is to be saved in
  6.    text only without carriage returns (*.tx8).  You then use the help
  7.    text compiler (hc.exe) to produce the runtime help files.
  8.  
  9. HANOI.HLT
  10.    This is the file I saved HANOI.DOC to, in text only format.  I
  11.    strongly suggest that you always use the *.HLT extension for your
  12.    help files that are to be processed by the help compiler.
  13.  
  14. HANOI.HLP
  15.    This is the runtime help file produced by the help compiler.  It is
  16.    accessed everytime you request help in an EV application.
  17.  
  18. HANOI.HDX
  19.    This is the index to the context number in the help file (*.HLP).
  20.    This file is read in memory at program startup and provides fast
  21.    accesses to the help file.
  22.  
  23. HANOI.EXE
  24.    This is the executable demo program.  The help files must be in the
  25.    same directory as the executable.
  26.  
  27. HANOI.CPP, MODULE.CPP, TTOWER.CPP, TDISK.CPP, *.HPP, etc...
  28.    This is the source code of the demo program.  You can compile it using
  29.    the EVISION.LIB library and liking with the LARGE memory model.
  30.  
  31. HANOI.HCM
  32.    This is the header file produce by the help compiler.
  33.  
  34. Remy Gendron
  35. Author of EasyVision
  36. July 3rd, 1993
  37.  
  38.