MSVC++ Resource (.rc) files tutorial? [closed]
- by Serge
I'm looking for a good tutorial for making resource files (*.rc) in MSVC++.
I've been googling, and nothing has been useful in the slightest.
What I'm looking for is a guide for how to actually write, manually, a *.rc file. Anything I have found so far, especially on MSDN, has only been about how to use the Visual Studio menu options to let it create resources for you. I'm not interested in that.
Anyone able to help?