Re: How to decouple resource.h fro. .rc file
Quote:
Something in resource compiler is telling it to create the resource.h file if no definition file is provided, I can't figure out where and there is hardly any documentation on this!
The documentation says explicitly:
Quote:
RESOURCE.H is the application-specific header file. It is always named RESOURCE.H by AppWizard, consistent with Visual C++'s default naming of the header file.
So, the bottom line is: Any project must have its specific RESOURCE.H, and the one is always going to be controlled by AppWizard.