Some info on FB resource *.rc files ?

New to FreeBASIC? Post your questions here.
Post Reply
bethell
Posts: 44
Joined: Sep 26, 2009 22:02

Some info on FB resource *.rc files ?

Post by bethell »

Hi all,

I've found a few references to 'resource file scripts' ( *.rc files).
However I've found scant info on this on the net/ FB wiki.

I know it can be used to create custom icons for the .exe files, etc, but the info is scattered.

Can one point out some links that explain how to create/use this .rc file ?

Thanks,

--Royce
Richard
Posts: 3096
Joined: Jan 15, 2007 20:44
Location: Australia

Post by Richard »

*.rc files are not part of the FB system but are associated with the Microsoft Resource Compiler which uses script files with an rc extension. Search the MS website for specific information.
MichaelW
Posts: 3500
Joined: May 16, 2006 22:34
Location: USA

Post by MichaelW »

The Microsoft documentation is here.

FBC uses Jeremy Gordon’s GoRC resource compiler, and the documentation for it is available here.
bethell
Posts: 44
Joined: Sep 26, 2009 22:02

Post by bethell »

Thank You !
Post Reply