KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q43704: C 5.10 Won’t Compile QuickC 2.00 GRDEMO.C and TURTLE.C

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

The QuickC Version 2.00 sample programs GRDEMO.C and TURTLE.C produce
internal compiler errors when compiled under the Microsoft C
Optimizing Compiler Version 5.10. Several particularly complex
expressions cause the problem, some of which are due to macro
expansions from the QuickC 2.00 GRAPH.H include file. Using
temporary variables in these expressions eliminates the errors. The
following error message is displayed:

   grdemo.c(291) : fatal error C1001: Internal Compiler Error
             (compiler file '@(#)grammar.c:1.29', line 108)
             Contact Microsoft Technical Support

The GRDEMO.C and TURTLE.C programs were developed for QuickC 2.00 and
as such are not guaranteed to compile with the C 5.10 optimizing
compiler. C 5.10 compiles its own demonstration programs without
difficulty.

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.