◄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. -♦-