BUG: QuickHelp Paste Topic Command Pastes Two Extra Lines

Last reviewed: July 17, 1997
Article ID: Q93004
1.70 1.83 | 1.70 1.83
MS-DOS    | OS/2
kbtool kbbuglist

The information in this article applies to:

  • Microsoft QuickHelp for MS-DOS and OS/2, versions 1.7, 1.83

SYMPTOMS

After pasting an example program from the Microsoft QuickHelp utility, compiling the program generates the following errors, possibly among others:

   settime.c(1) : error C2143: syntax error : missing '{'
      before ':'
   settime.c(1) : error C2143: syntax error : missing ';'
      before ':'
   settime.c(81) : error C2143: syntax error : missing ';'
      before '-'

SETTIME.C is the example program to demonstrate the _dos_getdate() function.

CAUSE

These errors are caused by the following two lines which are pasted into the file with the QuickHelp utility:

   Topic:  SETTIME.C

   -and-

   -<>-

The "<>" symbol in the second line is the character 0x04 that indicates the end of the topic.

RESOLUTION

Modify the file to comment out or delete the two lines indicated above before compiling the example program.

STATUS

Microsoft has confirmed this to be a problem in QuickHelp versions 1.7 and 1.83. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional reference words: 1.70 1.83 ENDUSER | buglist1.70 buglist1.83
KBCategory: kbtool kbbuglist
KBSubcategory: TlsMisc
Keywords : kb16bitonly


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.

Last reviewed: July 17, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.