◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── MPC error MP2083 calling convention inconsistency: source 'segment:offset', target 'segment:offset' The calling convention of the function reference at the given source map address was inconsistent with the calling convention in 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.