GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
fprcp(1) windres preprocessor fprcp(1)

fprcp - Free Pascal windres preprocessor program.

fprcp -i file_name [-n] [-C] [-l PASCAL|C] [-p <include_path>]

fprcp reads a .rc file and preprocesses it, writing the result to standard output as it goes along. It replaces defined constants with their values, so windres can process the resulting file and create a resource.

fprcp needs as a minimum the -i filename option, which is the file to process.

fprcp has a small number of options to control its behaviour:

-C
Define the symbol symbol before processing is started.
-i file
Specify the input file name. This argument is mandatory.
-l language
Set the programming language for include files. The language constant may be one of the following:
C
The C programming language.
PASCAL
the Pascal programming language
-n
Do not support nested comments. By default, pascal nested comments are enabled.
-p path
Set the include path. This may contain several files, separated by semicolons.

ppc386(1) windres(1)

12 November 2004 Free Pascal

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.