Specifications

Resource Compiler Messages Page 10 of 24
AUTOCHECK, AUTORADIO, BEDIT, CHECKBOX, COMBOBOX, CONTROL, CTEXT,
DEFPUSHBUTTON, EDITTEXT, GROUPBOX, HEDIT, ICON, IEDIT, LISTBOX, LTEXT,
PUSHBOX, PUSHBUTTON, RADIOBUTTON, RTEXT, SCROLLBAR, USERBUTTON. Make
sure these CONTROL statements are spelled correctly.
Resource Compiler Error RC2112
BEGIN expected in dialog
The BEGIN keyword must immediately follow the DIALOG keyword.
Resource Compiler Error RC2113
END expected in dialog
The END keyword must occur at the end of a DIALOG statement. Make sure there are no open
quotes left from the preceding statement.
Resource Compiler Error RC2114
expected control class name
The class field of a CONTROL statement in the DIALOG statement must be one of the following
types: BUTTON, COMBOBOX, EDIT, LISTBOX, SCROLLBAR, STATIC, or user-defined. Make
sure the class is spelled correctly.
Resource Compiler Error RC2115
text string or ordinal expected in control
The text field of a CONTROL statement in the DIALOG statement must be either a text string or an
ordinal reference to the type of control is expected. If using an ordinal, make sure that you have a
#define statement for the control.
Resource Compiler Error RC2116
expecting number for ID
Expecting a number for the id field of a control statement in the DIALOG statement. Make sure you
have a number or #define statement for the control ID.
Resource Compiler Error RC2117
expected numeric point size
The pointsize field of the FONT option in the DIALOG statement must be an integer point size value.
Resource Compiler Error RC2118
expected font face name
The typeface field of the FONT option in the DIALOG statement must be an ASCII character string
enclosed in double quotation marks. This field specifies the name of a font.
Resource Compiler Error RC2119
expecting quoted string in dialog title
The captiontext field of the CAPTION option in the DIALOG statement must be an ASCII character
string enclosed in double quotation marks.
Resource Compiler Error RC2120
expecting quoted string in dialog class
The class field of the CLASS option in the DIALOG statement must be an integer or a string,
enclosed in double quotation marks.