New to FreeBASIC? Post your questions here.
bethell
Posts: 44 Joined: Sep 26, 2009 22:02
Post
by bethell » Nov 01, 2009 14:44
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 » Nov 01, 2009 15:50
*.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 » Nov 01, 2009 18:26
The Microsoft documentation is
here .
FBC uses Jeremy Gordon’s GoRC resource compiler, and the documentation for it is available
here .