A set of command line utility and HEM (HIEW External Module). Both modules
used for loading the debug symbols in HIEW.

The console command line utility (NameTGen.exe) generate namet-file
which can be imported into HIEW as a list of local names. 

DSymLoad.HEM (and configuration file DSymLoad.ini) allows you to immediately 
load a local name list from the target file (using debugging information).
Configuration file DSymLoad.ini must be located in the same directory 
as DSymLoad.HEM

System requirements:
  * HIEW

DSymLoad is distributed together with the two libraries from Microsoft(c):
 * dbghelp.dll
 * symsrv.dll

Full Package "Debugging Tools for Windows (x86)", which includes these 
libraries, can be downloaded at:
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

Installation and usage:
Unpack DSymLoad.HEM and DSymLoad.ini directory of HEMs (usually: Hiew\Hem).
If you do not want to specify parameter LibPath in DSymLoad.ini (-i option 
NameTGen.exe), then unpack the library dbghelp.dll and symsrv.dll to directory
with the EXE-file:
 * hiew32.exe for DSymLoad.HEM (i.e. to the root directory of HIEW)
 * in the same directory where you unpacked NameTGen.exe


***
@author EreTIk: eretik@omegahg.com, eretik_box@hotmail.com
