KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q40231: Error in Run-Time Library Examples for Font Functions

Article: Q40231
Product(s): See article
Version(s): 2.00
Operating System(s): MS-DOS
Keyword(s): enduser | fonts.c | mspl13_c
Last Modified: 31-OCT-1989

The example program for the Font functions in the graphics library
contains the following incorrect source line:

   strcat (fondir, "\*.fon") ;

This line should be corrected to read as follows:

   strcat (fondir, "\\*.fon") ;

This example program is listed in the Online help facility in QuickC
Version 2.00. This error afflicts all the Font family functions that
consist of the following:

    _registerfonts, _setfonts, _outgtxt,
    _unregisterfonts, _getfontinfo, _gettextextent.

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.