The information in this article applies to:
SYMPTOMSWhen an application uses the $DECLARE metacommand and a variable without a type appears in the argument list of a subroutine, the compiler does not produce a compile time warning. RESOLUTIONUse the IMPLICIT NONE statement, to force the compiler to generate a warning message. STATUSMicrosoft has confirmed this to be a problem in Microsoft FORTRAN versions 4.0, 4.01, 4.1, 5.0, and 5.1 for MS-DOS and versions 4.1, 5.0, and 5.1 for OS/2. This problem was corrected in FORTRAN PowerStation. MORE INFORMATION
The following sample code demonstrates the problem. Even though the
code uses the $DECLARE metacommand, the following code compiles
without any warning messages.
Sample Code
Additional query words: 4.00 4.01 4.10 5.00 5.10
Keywords : |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |