Miscellaneous Utilities Help (misc.hlp) (Topic list)
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.
                                    -♦-