home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / WIN_NT / MAPCON.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1993-03-03  |  601 b   |  15 lines

  1. MAPCON -- An NT .MAP file converter.
  2.  
  3. MAPCON is used to produce an auxiliary debugging file from
  4. an NT .MAP file. The file contains ONLY the entry points of your
  5. program (unless the -I option is given), and is sorted by address.
  6.  
  7. The file can be written as an ASCII listing, or, more usefully, as
  8. a binary .COD file, which can be used to emit meaningful exception
  9. error messages from your program. The sample file 'MAPDEBUG.C' shows
  10. one way of doing this.
  11.  
  12. The file 'TRY.C' shows a sample of the try/except code which can be 
  13. used on the main processing loop of an NT console program.
  14.  
  15.