NO

Author Topic: save without headers  (Read 2664 times)

PaulRogers

  • Guest
save without headers
« 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

Offline Vortex

  • Member
  • *
  • Posts: 797
    • http://www.vortex.masmcode.com
Re: save without headers
« Reply #1 on: July 25, 2017, 07:04:45 PM »
Hi Paul,

You can try Resource Hacker :

http://www.angusj.com/resourcehacker/
Code it... That's all...

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: save without headers
« Reply #2 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.
May the source be with you