HLA Installation notes

Randall Hyde's HLA is fully supported by RadASM. The setup is standard and included in the file. The only thing of note is that RadASM expects to find the MASM executables in the \MASM32\BIN folder and HLA in \HLA, if you have changed these locations you must set the accordingly.

It is very important to set up the environment variables needed by HLA. For details of their setup refer to the HLA installation guide.

For Windows 95, 98 and ME add the following lines to the end of autoexec.bat

set lib=c:\hla\hlalib;%lib%
set hlainc=c:\hla\include
set hlalib=c:\hla\hlalib\hlalib.lib
set path=c:\hla;%path%

For Windows 2000 and Windows XP environment variables are set differently. Right-click on My Computer and select Properties, from the Advanced tab select Environment Variables and add new system variables with the names and values specified above.