The information in this article applies to:
SYMPTOMSAn attempt to compile an application fails and the compiler generates a protection violation. CAUSEThe application uses an element of a structure as the filename in an OPEN statement. RESOLUTION
To work around this problem, perform one of the following two
steps:
STATUSMicrosoft has confirmed this to be a problem in the FORTRAN version 5.0 for MS-DOS and OS/2. This problem was corrected in FORTRAN version 5.1 for MS-DOS and OS/2. MORE INFORMATIONThe code example below demonstrates this problem. Sample Code #1
The code example below alleviates this problem by using the temporary
variable TMP to hold the filename.
Sample Code #2
Additional query words: 5.00 buglist5.00 fixlist5.10
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |