P-Code Instructions (pcode.hlp) (Table of Contents; 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.
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.