KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q67756: Use /Ln When Creating .COM Files from Command Line

Article: Q67756
Product(s): See article
Version(s): 2.51
Operating System(s): MS-DOS
Keyword(s): ENDUSER | s_quickc docerr | mspl13_masm
Last Modified: 6-FEB-1991

When using the command line version of QuickC with QuickAssembler
version 2.51 to create a .COM file from a .ASM file, it is necessary
to specify the /Ln switch to stop the C run time from being linked in.
If the /Ln switch is not used, the run-time library CRTCOM.LIB is
added to the link line and the following unresolved external error
messages will be generated:

   _main
   __setargv
   __setenvp
   __nullcheck
   __fptrap
   __acrtmsg

Page 383 of the "Programmer's Guide" for QuickC with QuickAssembler
doesn't mention this in the example command line.

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.