KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q40581: Overlays and BINDing Are Not Compatible

Article: Q40581
Product(s): See article
Version(s): 5.10   | 5.10
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | | mspl13_c
Last Modified: 25-MAY-1989

Question:

I have written a large program that needs to be overlaid to run in
DOS. Is there a way I can compile it for OS/2, then BIND it to run in
DOS with overlays so that I only have a single executable for both
OS/2 and DOS?

Response:

You cannot do this; to BIND a program to run in DOS, you need a
protected-mode executable. However, protected-mode executables do not
understand overlays. As a result, there is no way to BIND a program
that needs overlays in DOS. You have to have two different
executables.

Note: The two executables could be combined into one large executable
by creating the real-mode executable and naming it in the STUB
statement in the .DEF file when linking the OS/2 application. There is
no real advantage to this; however, the new .EXE file will be a little
larger than the two separate files. The STUB statement is documented
by the C 5.10 utilities update in the LINK section.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.