Skip to content

Commit 089150c

Browse files
Merge pull request #5777 from Rageking8/structure-error-references-in-range-rc2001-rc2175
Structure error references in range [RC2001, RC2175]
2 parents 1689a3c + 50a0dc3 commit 089150c

32 files changed

+160
-128
lines changed

docs/error-messages/tool-errors/resource-compiler-error-rc2001.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: Resource Compiler Error RC2001"
32
title: "Resource Compiler Error RC2001"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Error RC2001"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RC2001"]
66
helpviewer_keywords: ["RC2001"]
7-
ms.assetid: 92bfb4c0-1879-4606-bb9f-ef7368707b4a
87
---
98
# Resource Compiler Error RC2001
109

11-
newline in constant
10+
> newline in constant
11+
12+
## Remarks
1213

1314
A string constant was continued on a second line without either a backslash (**\\**) or closing and opening double quotation marks (**"**).
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: Resource Compiler Error RC2007"
32
title: "Resource Compiler Error RC2007"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Error RC2007"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RC2007"]
66
helpviewer_keywords: ["RC2007"]
7-
ms.assetid: a616e506-bef2-4155-9fe0-dbccac8954d3
87
---
98
# Resource Compiler Error RC2007
109

11-
\#define syntax
10+
> #define syntax
11+
12+
## Remarks
1213

1314
An identifier was expected following `#define` in a preprocessing directive.

docs/error-messages/tool-errors/resource-compiler-error-rc2015.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: Resource Compiler Error RC2015"
32
title: "Resource Compiler Error RC2015"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Error RC2015"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RC2015"]
66
helpviewer_keywords: ["RC2015"]
7-
ms.assetid: 99691683-fb9e-4e61-beb1-12e484858570
87
---
98
# Resource Compiler Error RC2015
109

11-
too many chars in constant
10+
> too many chars in constant
11+
12+
## Remarks
1213

1314
A character constant contained more than two characters.
1415

docs/error-messages/tool-errors/resource-compiler-error-rc2017.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: Resource Compiler Error RC2017"
32
title: "Resource Compiler Error RC2017"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Error RC2017"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RC2017"]
66
helpviewer_keywords: ["RC2017"]
7-
ms.assetid: 5fcc0135-cd60-4b1d-a7dd-8a4f2312697b
87
---
98
# Resource Compiler Error RC2017
109

11-
illegal escape sequence
10+
> illegal escape sequence
11+
12+
## Remarks
1213

1314
An escape sequence appeared where one was not expected.
1415

docs/error-messages/tool-errors/resource-compiler-error-rc2101.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: Resource Compiler Error RC2101"
32
title: "Resource Compiler Error RC2101"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Error RC2101"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RC2101"]
66
helpviewer_keywords: ["RC2101"]
7-
ms.assetid: 580f9d74-162f-41e9-9438-ddbe3457c359
87
---
98
# Resource Compiler Error RC2101
109

11-
Invalid directive in preprocessed RC file
10+
> Invalid directive in preprocessed RC file
11+
12+
## Remarks
1213

1314
The Resource Compiler file contains a **#pragma** directive.
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: Resource Compiler Error RC2103"
32
title: "Resource Compiler Error RC2103"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Error RC2103"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RC2103"]
66
helpviewer_keywords: ["RC2103"]
7-
ms.assetid: eedf2366-d1c3-4e7e-815c-d367d976b3f6
87
---
98
# Resource Compiler Error RC2103
109

11-
unexpected end of file in string literal
10+
> unexpected end of file in string literal
11+
12+
## Remarks
1213

1314
An end of file was found before the end of a string. The string is probably missing a closing double quotation mark (**"**).

docs/error-messages/tool-errors/resource-compiler-error-rc2104.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: Resource Compiler Error RC2104"
32
title: "Resource Compiler Error RC2104"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Error RC2104"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RC2104"]
66
helpviewer_keywords: ["RC2104"]
7-
ms.assetid: 792a3bd8-cb4c-4817-b288-4ce37082b582
87
---
98
# Resource Compiler Error RC2104
109

11-
undefined keyword or key name: key
10+
> undefined keyword or key name: key
11+
12+
## Remarks
1213

1314
The specified keyword or key name is not defined.
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: Resource Compiler Error RC2107"
32
title: "Resource Compiler Error RC2107"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Error RC2107"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RC2107"]
66
helpviewer_keywords: ["RC2107"]
7-
ms.assetid: f1786128-aa86-4cdb-a095-05a0b66b5608
87
---
98
# Resource Compiler Error RC2107
109

11-
**expected numeric command value**
10+
> expected numeric command value
11+
12+
## Remarks
1213

1314
The Resource Compiler was expecting a numeric *idvalue* field in the **ACCELERATORS** statement. Make sure that you have used a `#define` constant to specify the value and that the constant is spelled correctly.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
description: "Learn more about: Resource Compiler Error RC2109"
32
title: "Resource Compiler Error RC2109"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Error RC2109"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RC2109"]
66
helpviewer_keywords: ["RC2109"]
7-
ms.assetid: b800aa67-33c0-42f5-81a2-7a64a3b6b824
87
---
98
# Resource Compiler Error RC2109
109

11-
expected numerical dialog constant
10+
> expected numerical dialog constant
11+
12+
## Remarks
1213

1314
A **DIALOG** statement requires integer values for the *x, y, width*, and *height* fields. Make sure these values are included after the **DIALOG** keyword and that they are not negative.

docs/error-messages/tool-errors/resource-compiler-error-rc2111.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: Resource Compiler Error RC2111"
32
title: "Resource Compiler Error RC2111"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Error RC2111"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RC2111"]
66
helpviewer_keywords: ["RC2111"]
7-
ms.assetid: 118cba57-82a4-4199-acf4-9d9561946218
87
---
98
# Resource Compiler Error RC2111
109

11-
invalid control type
10+
> invalid control type
11+
12+
## Remarks
1213

1314
Each CONTROL statement in a **DIALOG** statement must be one of the following: 3STATE, AUTO3, AUTOCHECK, AUTORADIO, BEDIT, CHECKBOX, COMBOBOX, CONTROL, CTEXT, DEFPUSHBUTTON, EDITTEXT, GROUPBOX, HEDIT, ICON, IEDIT, LISTBOX, LTEXT, PUSHBOX, PUSHBUTTON, RADIOBUTTON, RTEXT, SCROLLBAR, USERBUTTON.
1415

0 commit comments

Comments
 (0)