The information in this article applies to:
SYMPTOMSCompiling a file that contains an assumed-size array expression may produce the following error under Windows NT: Under straight MS-DOS, the following error may be produced during compilation: Under the Windows MS-DOS box, no error is produced. The appropriate errors for this situation are:
CAUSEBecause the size of an assumed-sized array is not known at compile time, you cannot use an assumed-size array in an array expression. RESOLUTIONDo not use assumed-size arrays in array expressions. STATUSMicrosoft has confirmed this to be a problem in FORTRAN PowerStation 32 for Windows NT version 1.0 and MS-DOS version 1.0 and 1.0a. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONThe following sample illustrates the problem: Sample Code
Additional query words: 1.00 1.00a ICE array operations
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |