diff options
Diffstat (limited to 'v4.0/src/TOOLS/CL.ERR')
| -rw-r--r-- | v4.0/src/TOOLS/CL.ERR | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/v4.0/src/TOOLS/CL.ERR b/v4.0/src/TOOLS/CL.ERR new file mode 100644 index 0000000..bd4c9e1 --- /dev/null +++ b/v4.0/src/TOOLS/CL.ERR | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | /* fatal messages */ | ||
| 2 | |||
| 3 | 1001 "could not execute '%s'" | ||
| 4 | 1002 "too many open files, cannot redirect '%s'" | ||
| 5 | 1000 "UNKNOWN COMMAND LINE FATAL ERROR\n\t\tContact Microsoft Technical Support" | ||
| 6 | |||
| 7 | /* error messages */ | ||
| 8 | |||
| 9 | 2001 "too many symbols predefined with -D" | ||
| 10 | 2002 "a previously defined model specification has been overridden" | ||
| 11 | 2003 "missing source file name" | ||
| 12 | 2007 "bad %s flag, would overwrite '%s' with '%s'" | ||
| 13 | 2008 "too many %s flags, '%s'" | ||
| 14 | 2009 "unknown option '%c' in '%s'" | ||
| 15 | 2010 "unknown floating point option" | ||
| 16 | 2011 "only one floating point model allowed" | ||
| 17 | 2012 "too many linker flags on command line" | ||
| 18 | 2013 "incomplete model specification" | ||
| 19 | /* 2014 "-ND not allowed with -Ad" */ | ||
| 20 | 2015 "assembly files are not handled" | ||
| 21 | 2016 "-Gw and -ND %s are incompatible" | ||
| 22 | 2017 "-Gw and -Au flags are incompatible" | ||
| 23 | 2018 "cannot open linker cmd file" | ||
| 24 | 2019 "cannot overwrite the source file, '%s'" | ||
| 25 | 2020 "-Gc option requires extended keywords to be enabled (-Ze)" | ||
| 26 | 2021 "invalid numerical argument '%s'" | ||
| 27 | 2022 "cannot open help file, '%s'" | ||
| 28 | 2023 "invalid model specification - small model only" | ||
| 29 | 2024 "-Gm and -ND %s are incompatible" | ||
| 30 | 2025 "missing argument" | ||
| 31 | 2000 "UNKNOWN COMMAND LINE ERROR\n\t\tContact Microsoft Technical Support" | ||
| 32 | |||
| 33 | /* warning messages */ | ||
| 34 | |||
| 35 | 4001 "listing has precedence over assembly output" | ||
| 36 | 4002 "ignoring unknown flag '%s'" | ||
| 37 | 4003 "80186/286 selected over 8086 for code generation" | ||
| 38 | 4004 "optimizing for time over space" | ||
| 39 | 4005 "could not execute '%s';\nPlease enter new file name (full path) or Ctrl-C to quit: " | ||
| 40 | 4006 "only one of -P/-E/-EP allowed, -P selected" | ||
| 41 | 4007 "-C ignored (must also specify -P or -E or -EP)" | ||
| 42 | 4008 "non-standard model -- defaulting to large model libraries" | ||
| 43 | 4009 "threshold only for far/huge data, ignored" | ||
| 44 | 4010 "-Gp not implemented, ignored" | ||
| 45 | 4011 "preprocessing overrides source listing" | ||
| 46 | 4012 "function declarations override source listing" | ||
| 47 | 4013 "combined listing has precedence over object listing" | ||
| 48 | 4014 "invalid value %d for '%s'. Default %d is used" | ||
| 49 | 4015 "different default models - defaulting to %s model" | ||
| 50 | 4017 "conflicting stack checking options - stack checking disabled" | ||
| 51 | 4019 "string too long. Truncated to %d characters" | ||
| 52 | 4000 "UNKNOWN COMMAND LINE WARNING\n\t\tContact Microsoft Technical Support" | ||