[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Mach-O resource writer
Source position: machowriter.pp line 44
type TMachOResourceWriter = class(TAbstractResourceWriter) |
||
protected |
||
function GetExtensions; override; |
||
function GetDescription; override; |
||
procedure Write(); override; |
||
public |
||
constructor Create; override; |
||
destructor Destroy; override; |
||
property MachineType: TMachOMachineType; [rw] |
|
The machine type of the object file |
property SubMachineType: TMachoSubMachineType; [rw] |
||
end; |
|
Mach-O resource writer |
|
| | ||
|
Base abstract resource writer class |
|
| | ||
TObject |
This class provides a writer for Mach-O object files and images containing resources.
Mach-O is the file format used by Darwin and Mac OS X for object files and image files (executables, dynamic libraries and so on). Free Pascal can store resources in Mach-O files in its own format.
MachineType property can be used to set the machine type of the object file to generate.
|
The machine type of the object file |
|
|
Base abstract resource writer class |
|
|
Mach-O resource reader |
|
|
Format of resources in object files |