Specifications

Resource Compiler Messages Page 6 of 24
The Specify Default Language (/l) option was specified, but was followed by an invalid hexadecimal
language ID. See the Platform SDK for a list of valid language IDs.
Resource Compiler Fatal Error RC1204
Invalid switch - missing code page after /c
The Specify Code Page (/c) option was specified, but it was not followed by a code page.
Resource Compiler Fatal Error RC1205
invalid code page
The Specify Code Page (/c) option was specified, but was followed by an invalid code page. See Code
Pages in the the online documentation for more information.
Resource Compiler Fatal Error RC1206
specified code page at cmd line does not exist in registry
The Specify Code Page (/c) option was specified, but was followed by a code page whose location is
not specified in the registry.
Resource Compiler Fatal Error RC1207
default code page is invalid
The code page specified by the RCCODEPAGE environment variable is not valid. See Code Pages in
the online documentation for more information.
Resource Compiler Fatal Error RC1208
input file has .RES extension
The .RES extension is used for Resource Compiler output. The .RC extension should be used for
Resource Compiler scripts.
Return to Main Resource Compiler Messages Page
Resource Compiler Errors RC2001 through RC2129
Resource Compiler Error RC2001
newline in constant
A string constant was continued on a second line without either a backslash (\) or closing and opening
double quotation marks ("). To break a string constant that is on two lines in the source file, do one of
the following:
End the first line with the line-continuation character, a backslash.
Close the string on the first line with a double quotation mark and open the string on the next
line with another quotation mark.
It is not sufficient to end the first line with \n, the escape sequence for embedding a newline character
in a string constant.
Resource Compiler Error RC2003
expected defined id
An identifier was expected after the specified preprocessing keyword.
Resource Compiler Error RC2004