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
