Pelles C forum

C language => Beginner questions => Topic started by: PaulRogers on July 25, 2017, 05:30:08 PM

Title: save without headers
Post by: PaulRogers on July 25, 2017, 05:30:08 PM
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
Title: Re: save without headers
Post by: Vortex on July 25, 2017, 07:04:45 PM
Hi Paul,

You can try Resource Hacker :

http://www.angusj.com/resourcehacker/
Title: Re: save without headers
Post by: TimoVJL on July 28, 2017, 12:13:42 AM
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.