SETPEOSVERSION

From RAD Studio
Jump to: navigation, search

Go Up to Delphi Compiler Directives (List) Index


Type

Flag

Syntax

{$SETPEOSVERSION <major>.<minor>}

Scope

Local

Specifies the required Windows version. For a list of Windows version numbers, see Operating System Version, MSDN Documentation.

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

See Also