Specifications

Resource Compiler Messages Page 4 of 24
The program exceeded the maximum allowable nesting levels for #if and #ifdef directives. This error
can be caused by include files that use these preprocessor directives.
Resource Compiler Fatal Error RC1067
compiler limit : identifier overflowed internal buffer
An internal compiler limit was exceeded.
Resource Compiler Fatal Error RC1101
no resource binary filename specified
The Rename Output (/fo) option was specified, but was not followed by filename. The following
syntax must be used with the /fo option: RC /fooutfilename infilename.rc
Resource Compiler Fatal Error RC1102
internal error : too many arguments to RCPP
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).
Resource Compiler Fatal Error RC1103
invalid switch, option
The specified option is not a valid Resource Compiler option.
Resource Compiler Fatal Error RC1105
invalid switch, option: too many /d switches
Too many symbols were defined using the Define Symbols (/d) option. Define some symbols in your
source and recompile.
Resource Compiler Fatal Error RC1106
invalid switch: option
The specified option is not a valid Resource Compiler option. The following options are valid:
/r Emit .RES file
/v Verbose (print progress messages)
/d Define a symbol
/fo Rename .RES file
/l Default language ID in hex
/I Add a path for INCLUDE searches
/x Ignore INCLUDE environment variable
/c Define a code page used by NLS Conversion
Resource Compiler Fatal Error RC1107
invalid usage; use RC /? for Help
An invalid Resource Compiler option was specified. Valid options are one of the following: /r, /v, /d,
/fo, /l, /i, /x, or /c:
Resource Compiler Fatal Error RC1109
error creating resource-name
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.