View Single Post
  #55 (permalink)  
Old 08-02-2007, 04:25 AM
Karpagarajan Karpagarajan is offline
D-Web Analyst
 
Join Date: Mar 2007
Posts: 299
Karpagarajan is on a distinguished road
Post Re: VC++ Tips & Tricks

Using multiple resource...

Hi ,

Here I am giving the tips for using multiple resource (*.rc) in your Visual C++ project

steps

1) Goto menu view-> Resource Includes
2) Resource Includes Window will be open. In that add #include "yourRes.rc" in the Compile - time Directives: textbox
3) Edit the main resource file and add #include yourRes.h behind the
#include "afxres.h"
#include yourRes.h
now your resource file will be linked

..........
thanks
__________________
Karpagarajan. R
Necessity is the mother of invention

Last edited by Booom : 08-09-2007 at 05:46 AM.
Reply With Quote