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.
MP2088
                                              Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     MPC error MP2088
 
     intersegment call with near source or target: source
     'segment:offset', target 'segment:offset'
 
     The source or target of a function call was declared to be near,
     but the source and target were in different physical segments. The
     caller (source) was in a p-code function, and the callee (target)
     was a native function.
 
     Make the calling conventions of the source function call and the
     target function prototype match, or make sure that both functions
     are placed in the same physical segment.
 
     To find the functions that caused this warning, 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.