KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q45539: Incorrect Prototypes for ‘Window’ Functions in QC Advisor

Article: Q45539
Product(s): See article
Version(s): 2.00
Operating System(s): MS-DOS
Keyword(s): ENDUSER | docerr | mspl13_c
Last Modified: 26-JUN-1989

A number of window functions that take the structure _wxycoord as a
parameter are incorrectly prototyped in the QuickC Version 2.00
Advisor. The Advisor states that the structure is to be passed; doing
so generates the following error:

   test.c(11) : error C2115: 'argument' : incompatible types

The functions actually take a pointer to the structure rather than the
structure itself.

The following are functions documented incorrectly in the Advisor as
accepting structures rather than pointers to structures as parameters:

   _pie_wxy
   _rectangle_wxy
   _arc_wxy
   _ellipse_wxy
   _getimage_wxy
   _getviewcoord_wxy
   _imagesize_wxy

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.