Specifications

Error! Style not defined. 779
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 779 of 95 Printed: 10/09/00 02:49 PM
L1045 too many TYPDEF records
An object file contained more than 255 TYPDEF records.
TYPDEF records describe communal variables. (TYPDEF is an MS-DOS term. It is
explained in the Microsoft MS-DOS Programmer’s Reference and in other reference
books on MS-DOS.)
This error appears only with programs created by the Microsoft FORTRAN Compiler or
other compilers that support communal variables.
L1046 too many external symbols in one module
An object file specified more than 1023 external symbols.
Break the object file into smaller files.
L1047 too many group, segment, and class names in one module
An object file contained too many group, segment, and class names.
Reduce the number of groups, segments, or classes in the object file, or break the object
file into smaller files.
L1048 too many segments in one module
An object file had more than 255 segments.
Either create fewer segments or break the object file into smaller files.
L1049 too many segments
The program contained more than the maximum number of segments.
The maximum number of segments is set with the /SEG option (in the range
1–16,384). If /SEG is not specified, the default is 128.
If this error occurs when linking a p-code program, recompile and use CL’s /NQ option
to combine the temporary p-code segments.
L1050 too many groups in one module
An object file contained more than 21 group definitions (GRPDEF).
Reduce the number of group definitions or split the module.
(Group definitions are explained in the Microsoft MS-DOS Programmer’s Reference
and
in other reference books on MS-DOS.)
L1051 too many groups
The program defined more than 20 groups, not counting DGROUP.
Reduce the number of groups.
L1052 too many libraries
An attempt was made to link with more than 32 libraries.
Combine libraries, or use modules that require fewer libraries.