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.
MP2084
                                              Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     MPC error MP2084
 
     parameter length inconsistency: source 'segment:offset',
     target 'segment:offset'
 
     The length of the actual parameters of the function reference at
     the given source map address was inconsistent with the length of the
     formal parameters of the function defined at the target map address.
 
     To find the functions that caused this error, look up the given
     map addresses 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.
 
     Check the consistency of the function prototypes used in the given
     functions. Recompile the appropriate modules and relink.