The information in this article applies to:
SYMPTOMSWhen a subroutine or an external function with entry points has an argument passed by value, the compiler generates the following warning message for every ENTRY statement in the code:
RESOLUTIONThis warning message can be ignored, provided that there is no other problem with the ENTRY statements. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was fixed in FORTRAN PowerStation 32, version 4.0. MORE INFORMATIONThe following sample code produces the F4201 warning message on compilation, but will properly execute to yield correct results: 15 Sample Code
Additional query words: 1.00 1.00a 5.10
Keywords : kberrmsg kbFortranPS kbLangFortran |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |