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
delp(1) FPC Windows binary post-processor delp(1)

postw32 - Free Pascal Windows 32-bit executable post processor.

postw32 [-vh] [-m subsystem] [-i file] [-V version] [-s size]

postw32 does some post-processing on a Windows 32 bit executable file or library. It can set the windows subsystem, stack size, and file version.

postw32 needs at least 2 options. One is the input filename (option -i ) and the other is one of the possible operations, with their arguments.

takes the following options at this time:

specifies the input file to process. This option is a short notation for the --input option.
Displays a short help message. This option is a short notation for the --help option.
Set the subsystem (the application type) to either gui or console. Note that a gui application which writes to the command-line will cause an error. This option is a short notation for the --subsystem option.
Set the stack size to size bytes. This option is a short notation for the --stack option.
Be verbose about the operations that are performed. This option is a short notation for the --verbose option.
Set the version of the file to M.N , where M and N are 16 bit unsigned values. This option is a short notation for the --version option.

fpc(1) ppc386(1)
12 Dec 1999 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.