Here's a short description of each file included in the EasyVision's demo program. HANOI.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. HANOI.HLT This is the file I saved HANOI.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. HANOI.HLP This is the runtime help file produced by the help compiler. It is accessed everytime you request help in an EV application. HANOI.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. HANOI.EXE This is the executable demo program. The help files must be in the same directory as the executable. HANOI.CPP, MODULE.CPP, TTOWER.CPP, TDISK.CPP, *.HPP, etc... 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. HANOI.HCM This is the header file produce by the help compiler. Remy Gendron Author of EasyVision July 3rd, 1993