You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
16
24
17
25
| Error | Message |
18
26
|--|--|
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 |
21
27
|[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 |
22
28
|[Fatal error C1002](fatal-error-c1002.md)| compiler is out of heap space in pass 2 |
@@ -207,7 +213,6 @@ The articles in this section of the documentation explain a subset of the error
207
213
|[Fatal error C1905](fatal-error-c1905.md)| Front end and back end not compatible (must target same processor). |
208
214
| Fatal error C1906 | assembly reference '*name*' not resolved for type '*type-name*'; missing option '-FU *filename*.dll'? |
209
215
| 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 |
0 commit comments