The information in this article applies to:
SYMPTOMSCompiling an application that has an ENTRY statement that precedes a specification statement, type statement, implicit statement, or a parameter statement causes the compiler to generate one of the following error: If the ENTRY statement precedes a statement function statement, the error generated is: If the ENTRY statement precedes the $LARGE or $NOTLARGE metacommand, the errors generated are:
RESOLUTIONTo work around this problem, modify the source code to place the ENTRY statement after specification statements, type statements, implicit statements, parameter statements, statement function statements, and the $LARGE and $NOTLARGE metacommands. STATUSMicrosoft has confirmed this to be a problem in FORTRAN versions 4.0, 4.01, 4.1, and 5.0. This problem was corrected in FORTRAN version 5.1. MORE INFORMATION
The ENTRY statement, which is described on pages 162-163 of the Microsoft
FORTRAN "Reference" manual for versions 5.0 and 5.1, specifies an alternate
entry point for a subroutine or an external function.
Sample Code
Additional query words: 4.00 4.01 4.10 5.00 buglist4.00 buglist4.01 buglist4.10 buglist5.00 fixlist5.10
Keywords : |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |