What's a resource file and what do you put in it. And how do you create one!!!?
Printable View
What's a resource file and what do you put in it. And how do you create one!!!?
A Resource File is a file that contains binary and or string resources for your program. For example, WAV's, videos, bitmaps etc.
You can create a resource file by using the Resource Compiler which is shipped with Visual Studio. Look in your Tools folder for a directory called RC then open it. This is a folder with the Resource Compiler and documentation on how to use it.