KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q45680: Error C4096: "Unkown Warning" May Be Caused by C1.ERR Omission

Article: Q45680
Product(s): See article
Version(s): 2.01
Operating System(s): MS-DOS
Keyword(s): ENDUSER | docerr | mspl13_masm
Last Modified: 28-JUN-1989

An error was made in the file C1.ERR, which is included in the
Microsoft QuickAssembler package, where one error listing was omitted.

This omission produces the following warning whenever you compile a C
program and have the "Generate Com file" option chosen in the menu
Options.Make.Linker Flags:

   C4096: UNKNOWN WARNING
          Contact Microsoft Technical Support

This warning is not "unknown"; rather, it is just omitted. Actually, C4096
means the following:

   C4096    "-AT treated as -AS"

To correct this problem, you need only insert the following line in
the file C1.ERR:

   C4096    "-AT treated as -AS"

You should insert this line into the file so that it is correctly
ordered (i.e., C4096 should follow C4095...).

This ommission will be corrected in subsequent releases of the
QuickAssembler package.

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.