home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / image / drwatson / drwatson.rc < prev    next >
Text File  |  1996-01-13  |  2KB  |  65 lines

  1. /*++
  2.  
  3. Copyright (c) 1993  Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     drwatson.rc
  8.  
  9. Abstract:
  10.  
  11.     This file contains all resources for drwatson.
  12.  
  13. Author:
  14.  
  15.     Wesley Witt (wesw) 1-May-1993
  16.  
  17. Environment:
  18.  
  19.     User Mode
  20.  
  21. --*/
  22.  
  23. #include <windows.h>
  24. #include "resource.h"
  25.  
  26. APPICON ICON drwatson.ico
  27.  
  28. RCINCLUDE dialogs.dlg
  29.  
  30. STRINGTABLE
  31. BEGIN
  32.     IDS_APPLICATION_NAME             "DrWatson"
  33.     IDS_FATAL_ERROR                  "DrWatson Fatal Error"
  34.     IDS_NONFATAL_ERROR               "DrWatson Non Fatal Error"
  35.     IDS_ASSERTION_ERROR              "Assertion Error"
  36.     IDS_MEMORY                       "could not allocate memory"
  37.     IDS_DEBUGPRIV                    "cannot adjust privilege for debugging"
  38.     IDS_ATTACHFAIL                   "could not attach to the application"
  39.     IDS_INVALID_PATH                 "Invalid Logfile Path"
  40.     IDS_INVALID_WAVE                 "Invalid Wave File"
  41.     IDS_CANT_OPEN_LOGFILE            "Cannot Open DrWatson Log File"
  42.     IDS_INVALID_LOGFILE              "Cannot Open DrWatson Log File\n\nPress OK to Browse for new directory"
  43.     IDS_ABOUT_TITLE                  "Dr. Watson"
  44.     IDS_ABOUT_EXTRA                  "Windows NT Application Error Debugger"
  45.     IDS_AE_TEXT                      "Exception: %s (0x%08x), Address: 0x%08x"
  46.     IDS_LOGBROWSE_TITLE              "DrWatson Log File Directory Browse"
  47.     IDS_WAVEBROWSE_TITLE             "Wave File Selection"
  48.     IDS_WAVE_FILTER                  "Wave Files(*.wav)"
  49.     IDS_DUMPBROWSE_TITLE             "Crash Dump File Selection"
  50.     IDS_DUMP_FILTER                  "Crash Dump Files(*.dmp)"
  51.     IDS_INVALID_CRASH_PATH           "Invalid crash dump file name"
  52.     IDS_UNKNOWN_MACHINE              "<unknown machine name>"
  53.     IDS_UNKNOWN_USER                 "<unknown user name>"
  54.     IDS_ABOUT                        "About Dr. Watson..."
  55. END
  56.  
  57.  
  58. #define VER_FILETYPE                VFT_APP
  59. #define VER_FILESUBTYPE             VFT2_UNKNOWN
  60. #define VER_FILEDESCRIPTION_STR     "DrWatson Postmortem Debugger"
  61. #define VER_INTERNALNAME_STR        "drwtsn32.exe\0"
  62. #define VER_ORIGINALFILENAME_STR    "drwtsn32.exe\0"
  63.  
  64. RCINCLUDE messages.rc
  65.