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