The information in this article applies to:
SYMPTOMSWhen creating an .EXE file from within the VBDOS.EXE environment, you cannot set the number of segments to be used in your application. Visual Basic for MS-DOS sets this LINK option by default. The /SEG option setting is ignored. CAUSE
Normally, if you want to add a LINK option while in the VBDOS.EXE
environment, you can either add it in the Additional Options box in
the Make EXE File dialog box, or before entering VBDOS.EXE you can
set an environment variable (for example, LINK = /SEG:512).
WORKAROUNDIn order to LINK this type of application, you will have to do so from the MS-DOS command line using the /SEG:### option. STATUSThis behavior is by design. Additional query words: VBmsdos 1.00
Keywords : |
Last Reviewed: December 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |