[rec.games.hack] MSC 5.0 CONST Segment > 64k. Is it possible?

markro@microsoft.UUCP (Mark Roberts) (09/06/89)

In article <14386@cfctech.UUCP> norm@cfctech.UUCP (Norm Meluch) writes:
>}* SHK.OBJ(shk.c) : fatal error L1070: CONST : segment size exceeds 64K

This is a known problem with C5.0; it ignores the data threshold (-Gt28)
for items in the CONST segment.

The problem is corrected in version C5.1.