C/C++ Compiler (cl.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
C1027
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Fatal error C1027
 
     DGROUP data allocation exceeds 64K
 
     More than 64K of variables were allocated to the default data
     segment.
 
     For compact-, large-, or huge-model programs, use the /Gt option
     to move items into separate segments. In small- or medium-model
     programs, consider explicitly allocating some variables outside of
     DGROUP by using __based or __far.
 
     This limit does not exist when compiling programs for 32-bit operating
     systems, such as the Microsoft DOS Extender.
                                    -♦-