|
Friends-of-FPC
|
|
Tutorials: Learn how to code with FreePascal.
Source Codes: A collection of examples, miscellaneous source codes and open source stuff.
Tools and Help Files: Intro- duction of some tools that might help you with FPC.
|
|
Community
|
|
Forum: Ask or answer questions about the FreePascal Compiler, programming or just babble about coding.
Contribute! Contribute your own Tutorial, Source Codes or Tools and send them to us!
|
|
Website
|
|
About: Information about Friends-of-FPC.org.
|
|
|
|
|

GoRC - by Friends-of-FPC
GoRC is a resource compiler like WindRES. The syntax of a GoRC res file is a bit different to the WindRES files, but (IMHO) easier to use.

The Resource Compiler works with files which have the RC extension and which contain text without formatting codes, other than carriage return, linefeed or tabs, such as produced by most simple text editors. More sophisticated word processors can also produce such files if they are instructed to produce TXT files or ASCII files. GoRC can make two types of binary resource files from a resource script. It can make an OBJ file in COFF format, which is suitable for linking with other OBJ files to produce the final EXE or DLL. It can also produce a RES file, which is an intermediate file in binary format. GoRC can also convert a RES file to an OBJ file.
http://www.GoDevTool.com
Back to previous page
|
|
|
|