summaryrefslogtreecommitdiff
path: root/v4.0/src/TOOLS/CL.ERR
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/TOOLS/CL.ERR')
-rw-r--r--v4.0/src/TOOLS/CL.ERR52
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
31001 "could not execute '%s'"
41002 "too many open files, cannot redirect '%s'"
51000 "UNKNOWN COMMAND LINE FATAL ERROR\n\t\tContact Microsoft Technical Support"
6
7 /* error messages */
8
92001 "too many symbols predefined with -D"
102002 "a previously defined model specification has been overridden"
112003 "missing source file name"
122007 "bad %s flag, would overwrite '%s' with '%s'"
132008 "too many %s flags, '%s'"
142009 "unknown option '%c' in '%s'"
152010 "unknown floating point option"
162011 "only one floating point model allowed"
172012 "too many linker flags on command line"
182013 "incomplete model specification"
19/* 2014 "-ND not allowed with -Ad" */
202015 "assembly files are not handled"
212016 "-Gw and -ND %s are incompatible"
222017 "-Gw and -Au flags are incompatible"
232018 "cannot open linker cmd file"
242019 "cannot overwrite the source file, '%s'"
252020 "-Gc option requires extended keywords to be enabled (-Ze)"
262021 "invalid numerical argument '%s'"
272022 "cannot open help file, '%s'"
282023 "invalid model specification - small model only"
292024 "-Gm and -ND %s are incompatible"
302025 "missing argument"
312000 "UNKNOWN COMMAND LINE ERROR\n\t\tContact Microsoft Technical Support"
32
33 /* warning messages */
34
354001 "listing has precedence over assembly output"
364002 "ignoring unknown flag '%s'"
374003 "80186/286 selected over 8086 for code generation"
384004 "optimizing for time over space"
394005 "could not execute '%s';\nPlease enter new file name (full path) or Ctrl-C to quit: "
404006 "only one of -P/-E/-EP allowed, -P selected"
414007 "-C ignored (must also specify -P or -E or -EP)"
424008 "non-standard model -- defaulting to large model libraries"
434009 "threshold only for far/huge data, ignored"
444010 "-Gp not implemented, ignored"
454011 "preprocessing overrides source listing"
464012 "function declarations override source listing"
474013 "combined listing has precedence over object listing"
484014 "invalid value %d for '%s'. Default %d is used"
494015 "different default models - defaulting to %s model"
504017 "conflicting stack checking options - stack checking disabled"
514019 "string too long. Truncated to %d characters"
524000 "UNKNOWN COMMAND LINE WARNING\n\t\tContact Microsoft Technical Support"