Resource file

The least that must be defined in the resource file (extension RC) is the following statement:

rcinclude wx.rc
which includes essential internal wxWindows definitions. The resource script may also contain references to icons, cursors, etc., for example:

wxicon icon wx.ico
The icon can then be referenced by name when creating a frame icon. See the Windows 3.1 SDK documentation.