The least that must be defined in the resource file (extension RC) is the following statement:
rcinclude wx.rcwhich includes essential internal wxWindows definitions. The resource script may also contain references to icons, cursors, etc., for example:
wxicon icon wx.icoThe icon can then be referenced by name when creating a frame icon. See the Windows 3.1 SDK documentation.