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.
MP1044
                                              Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     MPC fatal error MP1044
 
     too many functions referenced by p-code function at 'address'
 
     The maximum number of unique functions referenced by a p-code
     function was exceeded. A maximum of 255 unique functions can
     be referenced by a p-code function.
 
     To find the function that caused this error, 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 correct this error, either recompile the routine at the
     specified map address to native code or split the function into
     subfunctions that call fewer functions.