FIX: Missing #IF or #ENDIF Causes a Hang or "Unknown Error"Last reviewed: September 22, 1997Article ID: Q104348 |
2.50
MS-DOS
kbprg kbfixlist kbbuglist kberrmsg
The information in this article applies to:
SYMPTOMSIf the preprocessor directive #IF is missing from a program, compiling the program causes the following error message:
Alert message = "Unknown error code 723"If the preprocessor directive #ENDIF is missing, compiling the program causes one of the following conditions:
STATUSMicrosoft has confirmed this to be a problem in FoxPro 2.5 for MS-DOS. This problem was corrected in FoxPro 2.5a for MS-DOS.
MORE INFORMATIONThe expected error message when the #IF preprocessor directive is missing is:
Unrecognized command verbThe expected error message when the #ENDIF preprocessor directive is missing is:
Missing #endif |
Additional reference words: FoxDos 2.50 buglist2.50 fixlist2.50a compile
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |