ALLOWBIND

提供: RAD Studio
移動先: 案内検索

Delphi コンパイラ指令のリスト:インデックス への移動


Type

スイッチ

構文

{$ALLOWBIND ON}, {$ALLOWBIND OFF}

デフォルト

{$ALLOWBIND OFF}

範囲

Global



説明

Specifies whether a DLL can be bound. The {$ALLOWBIND} option sets a bit in the DLL´s header that indicates to the Bind.exe file that the image can be bound. Make sure to disable the {$ALLOWBIND} option to prevent Bind.exe from binding the DLL.

メモ: If address space layout randomization (ASLR) is enabled for the image, then {$ALLOWBIND} has no effect.