Skip to content

Commit 2aeaab2

Browse files
Merge pull request #5781 from Rageking8/structure-warning-references-in-range-rw4001-rw4004
Structure warning references in range [RW4001, RW4004]
2 parents 70ab0ab + 405cb13 commit 2aeaab2

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed
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 Warning RW4001"
32
title: "Resource Compiler Warning RW4001"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Warning RW4001"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RW4001"]
66
helpviewer_keywords: ["RW4001"]
7-
ms.assetid: 7c2d35eb-9899-46f5-848d-7ef49c39d706
87
---
98
# Resource Compiler Warning RW4001
109

11-
.EXE processing options (/L /M /P /T /K /E /31 or /30)
10+
> .EXE processing options (/L /M /P /T /K /E /31 or /30)
11+
12+
## Remarks
1213

1314
You specified EXE processing options, but there was no executable file to process. Don't use these options with a .res file.
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 Warning RW4003"
32
title: "Resource Compiler Warning RW4003"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Warning RW4003"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RW4003"]
66
helpviewer_keywords: ["RW4003"]
7-
ms.assetid: e9c289f2-c065-4f26-bc24-991953742abc
87
---
98
# Resource Compiler Warning RW4003
109

11-
SHIFT or CONTROL used without VIRTKEY
10+
> SHIFT or CONTROL used without VIRTKEY
11+
12+
## Remarks
1213

1314
In an accelerator table resource, SHIFT or CONTROL requires VIRTKEY. Because SHIFT and CONTROL are indicated as flag bits in a VIRTKEY type accelerator, they cannot exist independent from a VIRTKEY.

docs/error-messages/tool-errors/resource-compiler-warning-rw4004.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 Warning RW4004"
32
title: "Resource Compiler Warning RW4004"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Resource Compiler Warning RW4004"
4+
ms.date: 11/04/2016
55
f1_keywords: ["RW4004"]
66
helpviewer_keywords: ["RW4004"]
7-
ms.assetid: 596b6a89-9ce7-4ba7-bdcb-e8054c7efafa
87
---
98
# Resource Compiler Warning RW4004
109

11-
ASCII character not equivalent to virtual key code
10+
> ASCII character not equivalent to virtual key code
11+
12+
## Remarks
1213

1314
A string literal was used for the virtual key code in a VIRTKEY type accelerator.
1415

0 commit comments

Comments
 (0)