The information in this article applies to:
SYMPTOMSDeclaring a variable after an ENTRY statement may cause the compiler to generate the following error message:
RESOLUTIONMake all the type declarations before all the ENTRY statements to avoid this error message. STATUS
Microsoft has confirmed this to be a problem in FORTRAN PowerStation
for MS-DOS, version 1.0. This problem has been resolved with FORTRAN
Powerstation maintenance release version 1.0a for MS-DOS.
MORE INFORMATIONCompiling the following code demonstrates the problem: Sample Code
This error message can be avoided by moving the declaration for x
above the ENTRY statement but below the subroutine statement.
Additional query words: 1.00 buglist1.00 fixlist1.00a
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |