◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── MPC error MP2085 inconsistent reference made to the function at 'segment:offset' One or more inconsistent references were made to the function at the specified map address. Either the calling convention or parameter length was inconsistent. 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. Check the consistency of the function prototypes for the function at the given map address and all references to that function. Recompile the appropriate modules and relink.