KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Article: Q41583
Product(s): See article
Version(s): 2.00 2.01 3.00 4.00 4.00b 4.50
Operating System(s): MS-DOS
Keyword(s): ENDUSER | B_BasicCom SR# S890213-93 | mspl13_basic
Last Modified: 14-DEC-1989

LINK options can be set in your AUTOEXEC.BAT file (or in the MS-DOS
command line) as an environment variable with the statement "SET
LINK=options". The following is an example

   SET LINK=/NOE /NOI /E

where /NOE is NOEXTDICTIONARY, /NOI is NOIGNORECASE, /E is EXEPACK.

This behavior can cause some unexpected errors to occur because you
might forget what LINK switches are SET in your AUTOEXEC.BAT file.

If the /E [XEPACK] switch is SET within your AUTOEXEC.BAT FILE and you
attempt to create a Quick library with the /Q [UICKLIB] switch, the
following linker error is generated:

   L1003    /QUICKLIB, /EXEPACK incompatible

To make Quick libraries with /E [XEPACK] set as a LINK option, use
/NOP [ACKCODE] to turn /E [XEPACK] off.

This information applies to Microsoft QuickBASIC Versions 2.00, 2.01,
3.00, 4.00, 4.00b, and 4.50, Microsoft BASIC Compiler Versions 6.00
and 6.00b, and Microsoft BASIC PDS Version 7.00.

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.