The information in this article applies to:
SUMMARYThe following table of EXE2BIN errors is adapted from "The MS-DOS Encyclopedia" (Microsoft Press). Even though EXE2BIN is provided with MS-DOS, it is often used during the process of building an application with the Microsoft Macro Assembler (MASM). Cause: The program to be converted has one of the following problems:
Cause: EXE2BIN cannot create the output file for one of the following reasons:
Cause: The file does not exist or the incorrect path was given. Cause: The .EXE-format file contains segment references that would ordinarily be relocated by the .EXE file loader. Specify the absolute segment address at which the converted module will be executed. Cause: The version of EXE2BIN is not compatible with the version of MS-DOS that is running. Cause: The destination disk has insufficient space to create the memory-image output file. Cause: Not enough memory is available to run EXE2BIN. Cause: The file size given in the .EXE header is inconsistent with the actual size of the file. Additional query words: kbinf 5.00 5.10 5.10A 6.00 6.00A 6.00B 6.10
Keywords : |
Last Reviewed: January 6, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |