Skip to content

Commit 5176fac

Browse files
committed
Learn Editor: Update compiler-fatal-errors-c999-through-c1999.md
1 parent eafc892 commit 5176fac

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/error-messages/compiler-errors-1/compiler-fatal-errors-c999-through-c1999.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ f1_keywords: ["C1006", "C1024", "C1027", "C1030", "C1032", "C1034", "C1036", "C1
66
helpviewer_keywords: ["C1006", "C1024", "C1027", "C1030", "C1032", "C1034", "C1036", "C1039", "C1040", "C1041", "C1042", "C1043", "C1044", "C1048", "C1056", "C1058", "C1059", "C1063", "C1069", "C1101", "C1102", "C1105", "C1110", "C1111", "C1112", "C1114", "C1118", "C1119", "C1127", "C1193", "C1194", "C1195", "C1198", "C1199", "C1203", "C1204", "C1212", "C1213", "C1214", "C1300", "C1301", "C1302", "C1303", "C1304", "C1306", "C1354", "C1355", "C1356", "C1357", "C1358", "C1384", "C1385", "C1451", "C1505", "C1507", "C1511", "C1604", "C1605", "C1901", "C1906", "C1907"]
77
ms.assetid: 6c8df109-7594-48ed-987a-97d9fe2b04af
88
---
9+
---
10+
description: "Learn more about: Compiler fatal errors C999 through C1999"
11+
title: "Compiler fatal errors C999 through C1999"
12+
ms.date: 08/17/2022
13+
f1_keywords: ["C1006", "C1024", "C1027", "C1030", "C1032", "C1034", "C1036", "C1039", "C1040", "C1041", "C1042", "C1043", "C1044", "C1048", "C1056", "C1058", "C1059", "C1063", "C1069", "C1101", "C1102", "C1105", "C1110", "C1111", "C1112", "C1114", "C1118", "C1119", "C1127", "C1193", "C1194", "C1195", "C1198", "C1199", "C1203", "C1204", "C1212", "C1213", "C1214", "C1300", "C1301", "C1302", "C1303", "C1304", "C1306", "C1354", "C1355", "C1356", "C1357", "C1358", "C1384", "C1385", "C1451", "C1505", "C1507", "C1511", "C1604", "C1605", "C1901", "C1906", "C1907"]
14+
helpviewer_keywords: ["C1006", "C1024", "C1027", "C1030", "C1032", "C1034", "C1036", "C1039", "C1040", "C1041", "C1042", "C1043", "C1044", "C1048", "C1056", "C1058", "C1059", "C1063", "C1069", "C1101", "C1102", "C1105", "C1110", "C1111", "C1112", "C1114", "C1118", "C1119", "C1127", "C1193", "C1194", "C1195", "C1198", "C1199", "C1203", "C1204", "C1212", "C1213", "C1214", "C1300", "C1301", "C1302", "C1303", "C1304", "C1306", "C1354", "C1355", "C1356", "C1357", "C1358", "C1384", "C1385", "C1451", "C1505", "C1507", "C1511", "C1604", "C1605", "C1901", "C1906", "C1907"]
15+
ms.assetid: 6c8df109-7594-48ed-987a-97d9fe2b04af
16+
---
917
# Compiler fatal errors C999 through C1999
1018

1119
The articles in this section of the documentation explain a subset of the error messages that are generated by the Microsoft C/C++ compiler.
@@ -16,8 +24,6 @@ The articles in this section of the documentation explain a subset of the error
1624

1725
| Error | Message |
1826
|--|--|
19-
| [Fatal error C999](fatal-error-c999.md) | UNKNOWN MESSAGE<br />Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information |
20-
| [Fatal error C1000](fatal-error-c1000-c1999.md) | UNKNOWN FATAL ERROR<br />Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information |
2127
| [Fatal error C1001](fatal-error-c1001.md) | An internal error has occurred in the compiler.<br /> (compiler file '*file*', line *number*)<br /> To work around this problem, try simplifying or changing the program near the locations listed above. Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information |
2228
| [Fatal error C1002](fatal-error-c1002.md) | compiler is out of heap space in pass 2 |
2329
| [Fatal error C1003](fatal-error-c1003.md) | error count exceeds *number*; stopping compilation |
@@ -207,7 +213,6 @@ The articles in this section of the documentation explain a subset of the error
207213
| [Fatal error C1905](fatal-error-c1905.md) | Front end and back end not compatible (must target same processor). |
208214
| Fatal error C1906 | assembly reference '*name*' not resolved for type '*type-name*'; missing option '-FU *filename*.dll'? |
209215
| Fatal error C1907 | unable to recover from previous error(s); stopping compilation |
210-
| [Fatal error C1999](fatal-error-c1000-c1999.md) | UNKNOWN FATAL ERROR Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information |
211216

212217
## See also
213218

0 commit comments

Comments
 (0)