|
1 | 1 | ---
|
2 | 2 | title: "Compiler fatal errors C999 through C1999"
|
3 | 3 | ms.date: "04/21/2019"
|
4 |
| -f1_keywords: ["C1034", "C1036", "C1041", "C1048", "C1049", "C1063", "C1069", "C1101", "C1102", "C1105", "C1110", "C1111", "C1112", "C1114", "C1193", "C1195", "C1300", "C1301", "C1302", "C1306", "C1384", "C1451", "C1505", "C1901"] |
5 |
| -helpviewer_keywords: ["C1034", "C1036", "C1041", "C1048", "C1049", "C1063", "C1069", "C1101", "C1102", "C1105", "C1110", "C1111", "C1112", "C1114", "C1193", "C1195", "C1300", "C1301", "C1302", "C1306", "C1384", "C1451", "C1505", "C1901"] |
| 4 | +f1_keywords: ["C1034", "C1036", "C1041", "C1048", "C1063", "C1069", "C1101", "C1102", "C1105", "C1110", "C1111", "C1112", "C1114", "C1193", "C1195", "C1300", "C1301", "C1302", "C1306", "C1384", "C1451", "C1505", "C1901"] |
| 5 | +helpviewer_keywords: ["C1034", "C1036", "C1041", "C1048", "C1063", "C1069", "C1101", "C1102", "C1105", "C1110", "C1111", "C1112", "C1114", "C1193", "C1195", "C1300", "C1301", "C1302", "C1306", "C1384", "C1451", "C1505", "C1901"] |
6 | 6 | ms.assetid: 6c8df109-7594-48ed-987a-97d9fe2b04af
|
7 | 7 | ---
|
8 | 8 | # Compiler fatal errors C999 through C1999
|
@@ -48,7 +48,7 @@ The articles in this section of the documentation explain a subset of the error
|
48 | 48 | |[Fatal error C1046](../../error-messages/compiler-errors-1/fatal-error-c1046.md)|compiler limit: *structure* nested too deeply|
|
49 | 49 | |[Fatal error C1047](fatal-error-c1047.md)|The object or library file '*file*' was created with an older compiler than other objects; rebuild old objects and libraries|
|
50 | 50 | |Fatal error C1048|unknown option '*string*' in '*option*'|
|
51 |
| -|Fatal error C1049|invalid numerical argument '*value*'| |
| 51 | +|[Fatal error C1049](fatal-error-c1049.md)|invalid numerical argument '*value*'| |
52 | 52 | |[Fatal error C1051](../../error-messages/compiler-errors-1/fatal-error-c1051.md)|program database file, '*file*', has an obsolete format, delete it and recompile|
|
53 | 53 | |[Fatal error C1052](fatal-error-c1052.md)|program database file, '*filename*', was generated by the linker with /DEBUG:fastlink; compiler cannot update such PDB files; please delete it or use /Fd to specify a different PDB filename|
|
54 | 54 | |[Fatal error C1053](fatal-error-c1053.md)|'*function*': function too large|
|
|
0 commit comments