ID Number: Q34142
3.x 4.x 5.x | 5.01.20 5.01.21 5.02 5.03 5.05 5.10 5.11 5.13 5.15 5.20
MS-DOS | MS-DOS / OS/2 / WINDOWS
Summary:
The linker error L1073 is documented in the CodeView and Utilities
update section of the manuals for the Microsoft Macro Asssembler
(MASM) version 5.1, C version 5.1, FORTRAN Version 4.1, and Pascal
Version 4.0. It is also documented in the QuickHelp for later versions
of C, MASM, and FORTRAN. The error message is as follows:
L1073 file-segment limit exceeded.
The number of physical file segments exceeds the limit of 254 imposed
by OS/2 protected mode and by Windows for each application or
dynamic-link library (DLL).
A file segment is created for each group definition, nonpacked logical
segment, and set of packed segments.
Reduce the number of segments or group more of them, making sure
/PACKCODE is enabled.
Additional reference words: 3.64 3.65 3.69 4.06 4.07 4.10 5.10 5.20