The information in this article applies to:
SYMPTOMSThe program below causes the following linker error: The program defines a common block of arrays that span multiple segments. The program then initializes the arrays in the common block. The error is generated because the program is initializing the arrays in a different order than they are specified in the common block. RESOLUTION
The work-around is to initialize the arrays in the same order that they
appear in the common block.
internal and compiler and error and F1001 and line and 185 STATUSMicrosoft has confirmed this to be a problem in FORTRAN version 5.0 and 5.1. This problem was corrected in FORTRAN PowerStation. MORE INFORMATIONThe following program demonstrates the linker error L1103:
The workaround is to initialize the arrays in the order they appear in
the common block, as shown below.
Additional query words: 5.00 5.10
Keywords : |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |