is it possible to generate resource header file if i got the resource.rc file?
A:
You mean, in an automatically manner? If so, check this: Makeheaders.
Otherwise, copy all the function and variable declarations, macros etc. from the resource.c, create a resource.h file and paste them into.