R
-
Redefinition of Button Type
-
The specified button styles conflict with or modify the style specified by the control keyword. This is a warning only and may be ignored.
The following common method of declaring an automatic radio button generates this warning:
RADIOBUTTON "&Italic", MYRB_ITALIC, 10, 10, 30, 12, BS_AUTORADIOBUTTON
To avoid the warning, use the control statement appropriate for the type of button that you want to define. In this example, the corrected statement is:
AUTORADIOBUTTON "&Italic", MYRB_ITALIC, 10, 10, 30, 12
-
RC: Invalid switch: option
-
An option used was invalid. For a list of the command-line options, use the rc /? command.
-
RC: RCPP.ERR not found
-
The RCPP.ERR file must be in the current directory or in a directory specified in the PATH environment variable.
-
RC terminated by user
-
A CTRL+C key combination was pressed, exiting Microsoft Windows 32 Resource Compiler (RC).
-
RC terminating after preprocessor errors
-
For information about preprocessor errors, see the documentation for the preprocessor.
-
Resource file resource-name is not in version-number format.
-
Make sure your icons and cursors have been read and saved using the latest version of Microsoft Image Editor (IMAGEDIT.EXE).