Language:
Русский
English
┌──────────────────────────────────┐
│ Executable file header too large │
└──────────────────────────────────┘
The size of the header of the .EXE file being generated exceeds 64K bytes, which is the linker's upper limit.
If you:
■ are importing too many procedures and functions by name
■ are exporting too many procedures and functions by name
■ have too many named resources
Try importing or exporting by ordinal numbers.