Skip to content

Commit a369eee

Browse files
Merge pull request #5500 from Rageking8/structure-error-references-in-range-c1081-c1110
Structure error references in range [C1081, C1110]
2 parents 4a325f4 + 1b05a48 commit a369eee

22 files changed

+104
-80
lines changed

docs/error-messages/compiler-errors-1/fatal-error-c1081.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
description: "Learn more about: Fatal Error C1081"
32
title: "Fatal Error C1081"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Fatal Error C1081"
4+
ms.date: 11/04/2016
55
f1_keywords: ["C1081"]
66
helpviewer_keywords: ["C1081"]
7-
ms.assetid: e58adf17-cbe1-4955-a5c7-80622bbba249
87
---
98
# Fatal Error C1081
109

11-
'symbol': file name too long
10+
> 'symbol': file name too long
11+
12+
## Remarks
1213

1314
The length of a file pathname exceeds `_MAX_PATH` (defined by STDLIB.h as 260 characters). Shorten the name of the file.
1415

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
description: "Learn more about: Fatal Error C1082"
32
title: "Fatal Error C1082"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Fatal Error C1082"
4+
ms.date: 11/04/2016
55
f1_keywords: ["C1082"]
66
helpviewer_keywords: ["C1082"]
7-
ms.assetid: 173179f1-1e14-4a91-9451-122f8a53c0b8
87
---
98
# Fatal Error C1082
109

11-
Cannot close filetype file: 'file': message
10+
> Cannot close filetype file: 'file': message
11+
12+
## Remarks
1213

1314
If the message says "bad file number", the file may have been closing in the foreground while compiling in the background.

docs/error-messages/compiler-errors-1/fatal-error-c1083.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
2-
description: "Learn more about: Fatal Error C1083"
32
title: "Fatal Error C1083"
4-
ms.date: "09/01/2017"
3+
description: "Learn more about: Fatal Error C1083"
4+
ms.date: 09/01/2017
55
f1_keywords: ["C1083"]
66
helpviewer_keywords: ["C1083"]
77
---
88
# Fatal Error C1083
99

1010
> Cannot open *filetype* file: '*file*': *message*
1111
12+
## Remarks
13+
1214
The compiler generates a C1083 error when it can't find a file. There are many possible causes for this error. An incorrect include search path or missing or misnamed header files are the most common causes, but other file types and issues can also cause C1083. Here are some of the common reasons why the compiler generates this error.
1315

1416
## The specified file name is wrong

docs/error-messages/compiler-errors-1/fatal-error-c1084.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
description: "Learn more about: Fatal Error C1084"
32
title: "Fatal Error C1084"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Fatal Error C1084"
4+
ms.date: 11/04/2016
55
f1_keywords: ["C1084"]
66
helpviewer_keywords: ["C1084"]
7-
ms.assetid: b2f273ef-3a14-4d5f-8ce0-7a11a0388fe6
87
---
98
# Fatal Error C1084
109

11-
Cannot read filetype file: 'file': message
10+
> Cannot read filetype file: 'file': message
11+
12+
## Remarks
1213

1314
This error is generally the result of a failed internal system API call made by the compiler. The message shown when this error is encountered is often generated by either [_wcserror_s](../../c-runtime-library/reference/strerror-s-strerror-s-wcserror-s-wcserror-s.md) or [FormatMessage](/windows/win32/api/winbase/nf-winbase-formatmessage).
1415

docs/error-messages/compiler-errors-1/fatal-error-c1085.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
2-
description: "Learn more about: Fatal Error C1085"
32
title: "Fatal Error C1085"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Fatal Error C1085"
4+
ms.date: 11/04/2016
55
f1_keywords: ["C1085"]
66
helpviewer_keywords: ["C1085"]
7-
ms.assetid: f2766365-d09b-4299-8a98-12e5aca98568
87
---
98
# Fatal Error C1085
109

11-
Cannot write filetype file: 'file': message
10+
> Cannot write filetype file: 'file': message
1211
1312
### To fix by checking the following possible causes
1413

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
description: "Learn more about: Fatal Error C1086"
32
title: "Fatal Error C1086"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Fatal Error C1086"
4+
ms.date: 11/04/2016
55
f1_keywords: ["C1086"]
66
helpviewer_keywords: ["C1086"]
7-
ms.assetid: 8e3c32c9-cafe-48bf-87bf-f70a1f0367f0
87
---
98
# Fatal Error C1086
109

11-
Cannot seek filetype file: 'file': message
10+
> Cannot seek filetype file: 'file': message
11+
12+
## Remarks
1213

1314
The compiler cannot complete an I/O operation.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
description: "Learn more about: Fatal Error C1087"
32
title: "Fatal Error C1087"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Fatal Error C1087"
4+
ms.date: 11/04/2016
55
f1_keywords: ["C1087"]
66
helpviewer_keywords: ["C1087"]
7-
ms.assetid: 2fb4c14e-c6ea-45e4-8ce5-a51d15811a01
87
---
98
# Fatal Error C1087
109

11-
Cannot tell filetype file: 'file': message
10+
> Cannot tell filetype file: 'file': message
11+
12+
## Remarks
1213

1314
The compiler cannot complete an I/O operation.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
description: "Learn more about: Fatal Error C1088"
32
title: "Fatal Error C1088"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Fatal Error C1088"
4+
ms.date: 11/04/2016
55
f1_keywords: ["C1088"]
66
helpviewer_keywords: ["C1088"]
7-
ms.assetid: e61ebbb4-ab50-4a66-b2f6-3cc4400d8511
87
---
98
# Fatal Error C1088
109

11-
Cannot flush filetype file: 'file': message
10+
> Cannot flush filetype file: 'file': message
11+
12+
## Remarks
1213

1314
The compiler cannot complete an I/O operation.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
description: "Learn more about: Fatal Error C1089"
32
title: "Fatal Error C1089"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Fatal Error C1089"
4+
ms.date: 11/04/2016
55
f1_keywords: ["C1089"]
66
helpviewer_keywords: ["C1089"]
7-
ms.assetid: c4f1e8e5-62c5-464a-9112-99b0790a0fb7
87
---
98
# Fatal Error C1089
109

11-
Cannot truncate filetype file: 'file': message
10+
> Cannot truncate filetype file: 'file': message
11+
12+
## Remarks
1213

1314
The compiler cannot shrink a file to zero length.

docs/error-messages/compiler-errors-1/fatal-error-c1090.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: "Learn more about: Fatal Error C1090 PDB API call failed"
32
title: "Fatal Error C1090"
3+
description: "Learn more about: Fatal Error C1090 PDB API call failed"
44
ms.date: 04/01/2021
55
f1_keywords: ["C1090"]
66
helpviewer_keywords: ["C1090"]
@@ -9,6 +9,8 @@ helpviewer_keywords: ["C1090"]
99

1010
> PDB API call failed, error code '*error-number*': *message*
1111
12+
## Remarks
13+
1214
An error occurred in processing a PDB file.
1315

1416
Error C1090 is a catch-all for uncommon compiler PDB file errors that aren't reported separately. We only have generic advice for resolving this issue:

0 commit comments

Comments
 (0)