
Why sortmap.exe?
I wanted to build real .SYM files for my programs so WinSpector
would give me some useful information on dumps. The problem was 
the Borland IDE linker will not always sort the "Publics by 
Value" section of the MAP file correctly.  This prevents 
TMAPSYM from building the sym file.  Borland has a fix for 
the command line linker but I do all my work from the IDE.  

Sortmap.exe will read a MAP file and sort the Publics by 
value section so you can use TMAPSYM.
 
I've included a .bat file you can use to sort and run tmapsym.  

Example:
map2sym myfile.map  


Ken Walters 
72360,144