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.
MP4008
                                              Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     MPC warning MP4008
 
     internal optimization error; turn off quoting for 'segment:offset'
 
     A physical segment used more than 256 global variables and
     functions or contained more than 256 functions. This can cause
     problems when using p-code quoting optimization.
 
     To find the function that caused this warning, look up the given
     map address in the .MAP file generated from the executable file.
     To generate a .MAP file, use the CL /Fm command-line option or the
     LINK /MAP command-line option.
 
     To turn off the p-code quoting optimization, use #pragma
     optimize( "f", off ) or the /Of- command-line option.