The information in this article applies to:
SUMMARY
The MAKE P-CODE utility (MPC) is required to make a p-code executable
or a dynamic-link library (DLL) usable. Different messages are displayed
if MPC is run on an executable that does not contain p-code, depending
on whether the .EXE is targeted for MS-DOS or Microsoft Windows.
However, when MPC is run on an MS-DOS executable that does not contain p-code, the following error is produced:
MORE INFORMATION
Windows executables are always segmented. A typical MS-DOS executable
is non-segmented. However, compiling an MS-DOS application with /Oq
and linking with /PCODE produces a segmented executable. Therefore,
MPC expects a segmented executable as input. An MS-DOS executable
without p-code is not a segmented executable, hence the MP1010 error.
Additional query words: kbinf 7.00 8.00 pcode
Keywords : kb16bitonly |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |