Miscellaneous Utilities Help (misc.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.
CK1015
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     CVPACK Error CK1015
 
     too many segments in module 'module'
 
     The alloc_text pragma was used more than 20 times in an object
     file that was compiled with Microsoft C version 6.x or earlier.
 
     One of the following may be a solution:
 
        ■ Recompile using Microsoft C/C++ version 7.0 or later.
 
        ■ Split the object file into multiple files.
 
        ■ Group the pragma statements according to segment.
                                    -♦-