home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / caway349.zip / BIN / WMAPCWD.TXT < prev    next >
Text File  |  1996-06-17  |  1KB  |  24 lines

  1. WMAPCWD Documentation
  2. =====================
  3.  
  4. The WMAPCWD utility converts a WLINK MAP file into a format that
  5. can be used by the CauseWay debugger CWD.  This process allows
  6. you to see symbolics in your Watcom program when using CWD, if
  7. you do not want to or cannot use the Watcom debugger WD on your
  8. application for whatever reason.
  9.  
  10. Supply the source (Watcom's WLINK) MAP file and the destination
  11. (CWD-readable) MAP file names as parameters after WMAPCWD.  If
  12. none are supplied WMAPCWD will prompt for them.
  13.  
  14. Do note that you cannot use the same MAP file name for source
  15. and destination and that CWD will attempt to use the MAP file
  16. name with the base EXE file name.  This means that you must
  17. either rename the Watcom MAP file name prior to the WMAPCWD
  18. process, or force it to a different name than the EXE file using
  19. WLINK's OPTION MAP=<map name> command.
  20.  
  21. Not much to this utility, but what it does, it does properly.  C
  22. source has been included for those interested or who wish to add
  23. more features and intelligence.
  24.