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,14 +1,15 @@
---
description: "Learn more about: Resource Compiler Warning RC4002"
title: "Resource Compiler Warning RC4002"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Warning RC4002"
ms.date: 11/04/2016
f1_keywords: ["RC4002"]
helpviewer_keywords: ["RC4002"]
ms.assetid: a157bc55-1a75-4337-aee4-e2ba61ff8cfa
---
# Resource Compiler Warning RC4002

too many actual parameters for macro 'identifier'
> too many actual parameters for macro 'identifier'

## Remarks

The number of actual parameters specified with the given identifier was greater than the number of formal parameters given in the macro definition of the identifier.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Resource Compiler Warning RC4005"
title: "Resource Compiler Warning RC4005"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Warning RC4005"
ms.date: 11/04/2016
f1_keywords: ["RC4005"]
helpviewer_keywords: ["RC4005"]
ms.assetid: 71f03b4a-c9a9-415d-920f-bf2e58507f93
---
# Resource Compiler Warning RC4005

'identifier' : macro redefinition
> 'identifier' : macro redefinition

## Remarks

The identifier is defined twice. The compiler used the second macro definition.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Resource Compiler Warning RC4093"
title: "Resource Compiler Warning RC4093"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Warning RC4093"
ms.date: 11/04/2016
f1_keywords: ["RC4093"]
helpviewer_keywords: ["RC4093"]
ms.assetid: 3c61b4a4-b418-465b-a4fd-cb1ff0adb8dd
---
# Resource Compiler Warning RC4093

unescaped newline in character constant in inactive code
> unescaped newline in character constant in inactive code

## Remarks

The constant expression of an `#if`, `#elif`, **#ifdef**, or **#ifndef** preprocessor directive evaluated to zero, making the code that follows inactive. Within that inactive code, a newline character appeared within a set of single or double quotation marks.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Warning RC4214"
title: "Resource Compiler Warning RC4214"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Warning RC4214"
ms.date: 11/04/2016
f1_keywords: ["RC4214"]
helpviewer_keywords: ["RC4214"]
ms.assetid: 79a8bf0d-8cc7-4159-a6a2-d0e543749069
---
# Resource Compiler Warning RC4214

Codepage not valid : ignored
> Codepage not valid : ignored

## Remarks

The .rc file contained a codepage argument and the codepage specified is invalid. See [IsValidCodePage](/windows/win32/api/winnls/nf-winnls-isvalidcodepage) for more information.