to make a .res file, you write (in notepad) a .rc file, which you then pass to your resource compiler which spits out a .res file. look at the m$ documentation at http://msdn.microsoft.com/library for more info. VC++ has a resource script (.rc) editor which is quite good.