errors.hlp (Topic list)
Error Message
                                                  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, compile with
     the QCL command and 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.
                                    -♦-