Specifications

Resource Compiler Messages Page 11 of 24
Resource Compiler Error RC2121
BEGIN expected in menu
The BEGIN keyword must immediately follow the MENU keyword.
Resource Compiler Error RC2122
unknown menu subtype
The item-definition field of the MENU statement can contain only MENUITEM and POPUP
statements.
Resource Compiler Error RC2123
END expected in menu
The END keyword must come at the end of a MENU statement. Make sure you do not have any open
quotation marks or a mismatched pair of BEGIN and END statements.
Resource Compiler Error RC2124
empty menus not allowed
An END keyword appears before any menu items are defined in the MENU statement. Empty menus
are not permitted by the Resource Compiler. Make sure you do not have any open quotation marks
within the MENU statement.
Resource Compiler Error RC2125
expected ID value for menuitem
The MENU statement must contain a menuID field, which specifies the name or number that identifies
the menu resource.
Resource Compiler Error RC2126
expected menu string
Each MENUITEM and POPUP statement must contain a text field, which is a string enclosed in
double quotation marks that specifies the name of the menu item or pop-up menu. A MENUITEM
SEPARATOR statement requires no quoted string.
Resource Compiler Error RC2127
version WORDs separated by commas expected
Version numbers in a version resource should be of type WORD, and separated by commas.
Resource Compiler Error RC2128
DWORD expected
A valid version number was not found. It must be a DWORD type.
Resource Compiler Error RC2129
BEGIN expected in VERSIONINFO resource
The BEGIN keyword must immediately follow the VERSIONINFO keyword.
Return to Main Resource Compiler Messages Page
Resource Compiler Errors RC2130 through RC2236
Resource Compiler Error RC2130