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,13 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1002"
title: "Resource Compiler Fatal Error RC1002"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1002"
ms.date: 11/04/2016
f1_keywords: ["RC1002"]
helpviewer_keywords: ["RC1002"]
ms.assetid: b43dfece-0dc3-4d0b-9d8f-509699b9ae80
---
# Resource Compiler Fatal Error RC1002

out of heap space
> out of heap space

### To fix by using the following possible solutions

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1004"
title: "Resource Compiler Fatal Error RC1004"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1004"
ms.date: 11/04/2016
f1_keywords: ["RC1004"]
helpviewer_keywords: ["RC1004"]
ms.assetid: f9b703d4-6767-4721-9450-37079bcc7152
---
# Resource Compiler Fatal Error RC1004

unexpected end of file found
> unexpected end of file found

## Remarks

This error can be caused by missing line feed and carriage return characters on the last line of a text file.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1009"
title: "Resource Compiler Fatal Error RC1009"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1009"
ms.date: 11/04/2016
f1_keywords: ["RC1009"]
helpviewer_keywords: ["RC1009"]
ms.assetid: c377a068-bcc3-4ec4-b725-eb6927e10128
---
# Resource Compiler Fatal Error RC1009

compiler limit : macros too deeply nested 'macro'
> compiler limit : macros too deeply nested 'macro'

## Remarks

The file exceeds the Resource Compiler limit for macro nesting. Revise the specified source file to decrease the nesting depth of its macros.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1011"
title: "Resource Compiler Fatal Error RC1011"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1011"
ms.date: 11/04/2016
f1_keywords: ["RC1011"]
helpviewer_keywords: ["RC1011"]
ms.assetid: ae0b89ec-0a31-4f8e-b9d0-f974152c185e
---
# Resource Compiler Fatal Error RC1011

compiler limit : 'identifier' : macro definition too big
> compiler limit : 'identifier' : macro definition too big

## Remarks

Try to split the definition into shorter definitions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1015"
title: "Resource Compiler Fatal Error RC1015"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1015"
ms.date: 11/04/2016
f1_keywords: ["RC1015"]
helpviewer_keywords: ["RC1015"]
ms.assetid: 23f187e1-5538-40b5-9042-edd2888f55c2
---
# Resource Compiler Fatal Error RC1015

cannot open include file 'filename'
> cannot open include file 'filename'

## Remarks

The given include file does not exist, could not be opened, or was not found.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1017"
title: "Resource Compiler Fatal Error RC1017"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1017"
ms.date: 11/04/2016
f1_keywords: ["RC1017"]
helpviewer_keywords: ["RC1017"]
ms.assetid: 62ac1356-4481-49a0-8873-36daf42ffdcd
---
# Resource Compiler Fatal Error RC1017

invalid integer constant expression
> invalid integer constant expression

## Remarks

The expression in an `#if` directive either did not exist or does not evaluate to a constant.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1018"
title: "Resource Compiler Fatal Error RC1018"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1018"
ms.date: 11/04/2016
f1_keywords: ["RC1018"]
helpviewer_keywords: ["RC1018"]
ms.assetid: bb1d2efd-6898-412f-bb03-9ff94c54e4dc
---
# Resource Compiler Fatal Error RC1018

unexpected '#elif'
> unexpected '#elif'

## Remarks

The `#elif` directive did not appear within an `#if`, **#ifdef**, or **#ifndef** construct.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1019"
title: "Resource Compiler Fatal Error RC1019"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1019"
ms.date: 11/04/2016
f1_keywords: ["RC1019"]
helpviewer_keywords: ["RC1019"]
ms.assetid: 432fff44-04a9-4e13-91c6-870df6f0b4e4
---
# Resource Compiler Fatal Error RC1019

unexpected '#else'
> unexpected '#else'

## Remarks

The `#else` directive did not appear within an `#if`, **#ifdef**, or **#ifndef** construct.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1020"
title: "Resource Compiler Fatal Error RC1020"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1020"
ms.date: 11/04/2016
f1_keywords: ["RC1020"]
helpviewer_keywords: ["RC1020"]
ms.assetid: 3e073ebf-9136-4bf8-ac6a-3c642ed64594
---
# Resource Compiler Fatal Error RC1020

unexpected '#endif'
> unexpected '#endif'

## Remarks

An `#endif` directive appeared without a matching `#if`, **#ifdef**, or **#ifndef** directive.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1021"
title: "Resource Compiler Fatal Error RC1021"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1021"
ms.date: 11/04/2016
f1_keywords: ["RC1021"]
helpviewer_keywords: ["RC1021"]
ms.assetid: 9bc8858c-aa50-4b94-b60e-daf75ab45d77
---
# Resource Compiler Fatal Error RC1021

invalid preprocessor command 'string'
> invalid preprocessor command 'string'

## Remarks

The characters following the number sign (**#**) did not form a valid preprocessor directive.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1022"
title: "Resource Compiler Fatal Error RC1022"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1022"
ms.date: 11/04/2016
f1_keywords: ["RC1022"]
helpviewer_keywords: ["RC1022"]
ms.assetid: 30a0f3c7-08a8-4c40-b0de-46ee5feb789d
---
# Resource Compiler Fatal Error RC1022

expected '#endif'
> expected '#endif'

## Remarks

An `#if`, **#ifdef**, or **#ifndef** directive was not terminated with an `#endif` directive.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1047"
title: "Resource Compiler Fatal Error RC1047"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1047"
ms.date: 11/04/2016
f1_keywords: ["RC1047"]
helpviewer_keywords: ["RC1047"]
ms.assetid: cd794a87-2634-4d25-9fd3-8c934e3c4d1e
---
# Resource Compiler Fatal Error RC1047

"too many option options, 'string'"
> "too many option options, 'string'"

## Remarks

The given option was specified too many times. The given string is the argument to the option that caused the error.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1052"
title: "Resource Compiler Fatal Error RC1052"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1052"
ms.date: 11/04/2016
f1_keywords: ["RC1052"]
helpviewer_keywords: ["RC1052"]
ms.assetid: 59803673-492b-44fa-80fa-df93b8aaf9fb
---
# Resource Compiler Fatal Error RC1052

compiler limit : #if or #ifdef blocks nested too deeply
> compiler limit : #if or #ifdef blocks nested too deeply

## Remarks

The program exceeded the maximum allowable nesting levels for `#if` and `#ifdef` directives.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1067"
title: "Resource Compiler Fatal Error RC1067"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1067"
ms.date: 11/04/2016
f1_keywords: ["RC1067"]
helpviewer_keywords: ["RC1067"]
ms.assetid: 6b23677d-428d-47c6-9207-8b85f7718e03
---
# Resource Compiler Fatal Error RC1067

compiler limit : identifier overflowed internal buffer
> compiler limit : identifier overflowed internal buffer

## Remarks

An internal compiler limit was exceeded.
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1101"
title: "Resource Compiler Fatal Error RC1101"
ms.date: "08/27/2018"
description: "Learn more about: Resource Compiler Fatal Error RC1101"
ms.date: 08/27/2018
f1_keywords: ["RC1101"]
helpviewer_keywords: ["RC1101"]
ms.assetid: ff273384-b819-464a-8c0e-d5951e4a28b4
---
# Resource Compiler Fatal Error RC1101

> no resource binary filename specified

## Remarks

The Rename Output (/fo) option was not followed by a filename.

Use the following syntax for the /fo option:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1102"
title: "Resource Compiler Fatal Error RC1102"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1102"
ms.date: 11/04/2016
f1_keywords: ["RC1102"]
helpviewer_keywords: ["RC1102"]
ms.assetid: bd2091f8-ef5e-4151-a8d6-98043e9422b6
---
# Resource Compiler Fatal Error RC1102

internal error : too many arguments to RCPP
> internal error : too many arguments to RCPP

## Remarks

Too many arguments were passed to the Resource Compiler preprocessor. Reduce the number of symbols defined with the Define Symbols (/d) option by defining them in your source. This error can also be caused by specifying too many include file search paths using the Include Search Path option (/i).
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1105"
title: "Resource Compiler Fatal Error RC1105"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1105"
ms.date: 11/04/2016
f1_keywords: ["RC1105"]
helpviewer_keywords: ["RC1105"]
ms.assetid: 80ce18e7-44ee-4844-bede-321fe0844d56
---
# Resource Compiler Fatal Error RC1105

invalid switch, option: too many /d switches
> invalid switch, option: too many /d switches

## Remarks

Too many symbols were defined using the Define Symbols (/d) option. Define some symbols in your source and recompile.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1109"
title: "Resource Compiler Fatal Error RC1109"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1109"
ms.date: 11/04/2016
f1_keywords: ["RC1109"]
helpviewer_keywords: ["RC1109"]
ms.assetid: 2d3ec1c9-86fd-4d53-aa52-840c310b8328
---
# Resource Compiler Fatal Error RC1109

error creating resource-name
> error creating resource-name

## Remarks

Could not create specified .res file. Make sure it is not being created on a read-only drive. Use the /V option to find out whether the file is being created.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1116"
title: "Resource Compiler Fatal Error RC1116"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1116"
ms.date: 11/04/2016
f1_keywords: ["RC1116"]
helpviewer_keywords: ["RC1116"]
ms.assetid: 1eacc5c3-d946-4615-83e4-1b8ebd472139
---
# Resource Compiler Fatal Error RC1116

RC terminating after preprocessor errors
> RC terminating after preprocessor errors

## Remarks

The Resource Compiler halted due to other errors. Fix the other errors and recompile.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
---
description: "Learn more about: Resource Compiler Fatal Error RC1120"
title: "Resource Compiler Fatal Error RC1120"
ms.date: "11/04/2016"
description: "Learn more about: Resource Compiler Fatal Error RC1120"
ms.date: 11/04/2016
f1_keywords: ["RC1120"]
helpviewer_keywords: ["RC1120"]
ms.assetid: 4e462931-e42e-42e3-8bfc-847677194286
---
# Resource Compiler Fatal Error RC1120

out of memory, needed number bytes
> out of memory, needed number bytes

## Remarks

The Resource Compiler ran out of storage for items that it stores in its heap. Usually this is the result of having too many symbols.

Expand Down
Loading