Contains a resource writer for COFF files

This unit contains , a TAbstractResourceWriter descendant that is able to write COFF object files containing resources.

Adding this unit to a program's uses clause registers class with TResources.

COFF resource string table

This class is used internally by .

COFF relocation type

This record is used internally by .

Pointer to a COFF relocation

This type is used internally by .

COFF relocation table

This class is used internally by .

COFF resource writer

This class provides a writer for COFF object files containing resources.

COFF is the file format used by Microsoft Windows object files. Usually resources get stored in a object file that can be given to a linker to produce an executable.

MachineType property can be used to set the machine type of the object file to generate.

TAbstractResourceWriter TCoffResourceWriter
The machine type of the object file

This property can be used to set the machine type of the object file to write.

TCoffMachineType