ML Nonfatal Error A2066

incompatible CPU mode and segment size

An attempt was made to open a segment with a USE16, USE32, or FLAT attribute that was not compatible with the specified CPU, or to change to a 16-bit CPU while in a 32-bit segment.

The USE32 and FLAT attributes must be preceded by the .386 or greater processor directive.

See also

ML Error Messages