errors.hlp (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.
Error Message
                                                  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.
                                    -♦-