home *** CD-ROM | disk | FTP | other *** search
- MAPCON -- An NT .MAP file converter.
-
- MAPCON is used to produce an auxiliary debugging file from
- an NT .MAP file. The file contains ONLY the entry points of your
- program (unless the -I option is given), and is sorted by address.
-
- The file can be written as an ASCII listing, or, more usefully, as
- a binary .COD file, which can be used to emit meaningful exception
- error messages from your program. The sample file 'MAPDEBUG.C' shows
- one way of doing this.
-
- The file 'TRY.C' shows a sample of the try/except code which can be
- used on the main processing loop of an NT console program.
-