Summary
Instructions provided describe how to reference a [MAP] and [ALIAS] file in a compiled help project file (.HHP). Both the [MAP] and the [ALIAS] files must be referenced in the compiled help system's project file. If using Microsoft's HTML Help Workshop, both files must be referenced in the .HHP file.
Procedure
Using Microsoft's HTML Help Workshop follow the steps below.
- Open the .HHP file in a text editor.
- Add the following text to the top of the file:
[ALIAS]
#include 3danalysttools.ali
#include analysistools.ali
[MAP]
#include 3danalysttools.h
#include analysistools.h
Explicitly include the headers [ALIAS] and [MAP]. Every line under each header follows the following format:
#include + <filename>.
No paths are included, only the file name is specified since these files will reside in the same folder as the *.hhp file when the CHM file is compiled and created.
![[O-Image] kb27684_1](https://webapps-cdn.esri.com/CDN/support-site/technical-articles-images/000007280/00N39000003LL2C-0EM39000000wcqZ.png)