P-Code Instructions (pcode.hlp) (Table of Contents; Topic list)
MP1042
                                              Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     MPC fatal error MP1042
 
     too many p-code segments
 
     The p-code limit of 255 segments was exceeded.
 
     Each physical segment containing p-code functions or functions
     referenced by p-code routines is divided into one or more p-code
     logical segments. There is a limit of 255 p-code logical segments
     per executable file.
 
     To reduce the number of physical p-code segments, select segments
     that reference or are referenced by many functions and compile
     them into native code by using #pragma optimize( "q", off ). The
     number of p-code segments can also be reduced by combining physical
     segments.