The information in this article applies to:
SYMPTOMS
The following error message is generated when compiling a FORTRAN program
which initializes a variable within a Block Data subprogram, but the
variable is not contained in a COMMON block:
Under Fortran PowerStation 4.0
RESOLUTIONTo eliminate the warning, put the variable in a COMMON block. STATUSMicrosoft has confirmed this to be a bug in the products listed above. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONThe following code will produce the F4999 error message with the COMMON block commented out:
Additional query words: 5.10 1.00 1.00a 4.00
Keywords : kberrmsg kbLangFortran |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |