◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Fatal error C1028 'segment' : segment allocation exceeds 64K More than 64K of far data were allocated to the given segment. A single module can have only 64K of far data. There are several ways to correct this situation: ■ Break the declarations into separate modules. ■ Reduce the amount of data used by the program. ■ Compile the program with the Microsoft C Optimizing Compiler. -♦-