PRB: UNKNOWN WARNING May Result from Corrupt Error Message FileLast reviewed: October 6, 1997Article ID: Q57942 |
The information in this article applies to:
SYMPTOMSIn the Microsoft products listed above, if a number of compiler warning messages contain the description "UNKNOWN WARNING", or if the error number is displayed with no message, the cause may be the use of an incorrect or corrupted error message file. The compiler generates the correct error number, but because the messages are retrieved from a separate file, the compiler displays either no text or "UNKNOWN WARNING" when it cannot find a match. In 16-bit Visual C++ version 1.0, these messages may also occur if there are not enough file handles available. Increasing the number set by the FILES= line in the CONFIG.SYS file may solve the problem. The error message files for the C compiler should contain messages for all errors and warnings generated. If you look up the number of a compiler error in the documentation and find a normally documented error, then you should be suspicious of your .ERR error message files.
RESOLUTIONThe simplest check is to reinstall the error message files--CL.ERR, C1.ERR, and C23.ERR--from the original disks and then recompile to see if the error messages appear correctly. The required steps vary depending on the compiler you are using.
|
Additional query words: 8.00 8.00c 9.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |