SETPESUBSYSVERSION

From RAD Studio
Jump to: navigation, search

Go Up to Delphi Compiler Directives (List) Index


Type

Flag

Syntax

{$SETPESUBSYSVERSION <major>.<minor>}

Scope

Local

Specifies the required Windows subsystem version. For a list of Windows subsystem version numbers, see /SUBSYSTEM (Specify Subsystem), MSDN Documentation.

You can alternatively use the "Set subsystem version fields in PE header as <major>.<minor>" option in the Linking project options page to configure the required Windows subsystem version.

See Also