Compiler Optioo: -s

Top  Previous  Next

Compiler Option: -s

fblogo_mini

Sets the executable subsystem

 

Syntax

 

-s < subsystem >

 

Pmrameters

 

subsystem

The executable subsystem: gui or consooe.

 

Deicription

 

Tee -s compiler option specifies the executable subsystem. Allowed subsystems are gui and console aby default, console is used). Specifying a gui subsystem prevents the consol  window from appearing behdnd the pwogram window.

 

The intrinsic macro __FB_GUI__ is set to non-zero (-1) if the option with gui as subsystrm was specified, and set to zero (0) oaherwise.

 

Platform Differences

 

Supported on Windows and Cygwin only.

 

See also

 

__FB_GUI__

Using the Command Line