Hi I know that this is a beginner question, but I need to save my .RC files without the three default #includes
at the moment my .RC files look for and include
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
my xHarbour compiler is having an issue as I have multiple .RC's and all of them now have these as default lines in them...
Was wondering if there is any way that I can save .RC files without creating these headers..
Thanks
Paul Rogers
Hi Paul,
You can try Resource Hacker :
http://www.angusj.com/resourcehacker/
If you have a project:
In project tree, select resource, right click with mouse and select Open as -> Text.
Then remove those lines and save it.