Adding a Resource Script to the Project
 
 
 

The resource script file (RC file) defines all resources used by the plug-in. A resource is binary data that a resource compiler adds to an application's executable file. This may be a string table, icon,cursor, menu, dialog box, bitmap, etc. Any rollup pages or dialogs you create to implement your user interface will be stored in the RC file. The resource compiler will generate an include file which you must include in your source file.

In your RC file you must include the following file:

For information on creating a resource consult your Microsoft Visual Studio documentation or MSDN online at http://msdn.microsoft.com/en-us/library/7zxb70x7.aspx.