The information in this article applies to:
SYMPTOMSAn attempt to compile an application in the MS-DOS operating system fails and the compiler generates the following message: An attempt to compile the application in the OS/2 operating system fails and a protection violation occurs. An attempt to compile the application with the High-Capacity Compiler, F1L.EXE, in the MS-DOS operating system fails and the computer hangs. An attempt to compile the application with the patched versions of F1.EXE and F1L.EXE fails with the same results as the unpatched version of each file. CAUSEThe application contains an internal READ from a character variable into a NAMELIST. RESOLUTIONTo work around this problem, modify the source code to use an external READ to place character data into a NAMELIST. If necessary, store date from the application into a scratch file and read the data from the file into the NAMELIST. STATUSMicrosoft has confirmed this to be a problem in 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 following code example demonstrates this problem. Sample Code #1
The following code example demonstrates one method to work around this
problem.
Sample Code #2
Date File TEST.DAT
The following code example demonstrates another method to work around
this problem.
Sample Code #3
Additional query words: 5.00 buglist5.00 fixlist5.10
Keywords : |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |