BUG: QuickHelp Paste Topic Command Pastes Two Extra LinesLast reviewed: July 17, 1997Article ID: Q93004 |
1.70 1.83 | 1.70 1.83
MS-DOS | OS/2kbtool kbbuglist The information in this article applies to:
SYMPTOMSAfter 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.
CAUSEThese 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.
RESOLUTIONModify the file to comment out or delete the two lines indicated above before compiling the example program.
STATUSMicrosoft 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |