save without headers

Started by PaulRogers, July 25, 2017, 05:30:08 PM

Previous topic - Next topic

PaulRogers

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

Vortex

Code it... That's all...

TimoVJL

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.
May the source be with you