Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Warning RW4001"
title: "Resource Compiler Warning RW4001"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Warning RW4001"
ms.date: 11/04/2016
f1_keywords: ["RW4001"]
helpviewer_keywords: ["RW4001"]
ms.assetid: 7c2d35eb-9899-46f5-848d-7ef49c39d706
---
# Resource Compiler Warning RW4001

.EXE processing options (/L /M /P /T /K /E /31 or /30)
> .EXE processing options (/L /M /P /T /K /E /31 or /30)

## Remarks

You specified EXE processing options, but there was no executable file to process. Don't use these options with a .res file.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Warning RW4003"
title: "Resource Compiler Warning RW4003"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Warning RW4003"
ms.date: 11/04/2016
f1_keywords: ["RW4003"]
helpviewer_keywords: ["RW4003"]
ms.assetid: e9c289f2-c065-4f26-bc24-991953742abc
---
# Resource Compiler Warning RW4003

SHIFT or CONTROL used without VIRTKEY
> SHIFT or CONTROL used without VIRTKEY

## Remarks

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.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Resource Compiler Warning RW4004"
title: "Resource Compiler Warning RW4004"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Warning RW4004"
ms.date: 11/04/2016
f1_keywords: ["RW4004"]
helpviewer_keywords: ["RW4004"]
ms.assetid: 596b6a89-9ce7-4ba7-bdcb-e8054c7efafa
---
# Resource Compiler Warning RW4004

ASCII character not equivalent to virtual key code
> ASCII character not equivalent to virtual key code

## Remarks

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

Expand Down