The information in this article applies to:
SYMPTOMSThe error occurs when using adjustable-sized, three-dimensional arrays and the huge memory model with Microsoft FORTRAN version 5.0 or 5.1. This does not apply to FORTRAN PowerStation, because huge memory model is not supported. RESOLUTIONCompiling with the /Od option will eliminate this error. Changing the order and size of the subscripts may also eliminate this error. STATUSMicrosoft has confirmed this to be a problem in FORTRAN versions 5.0 and 5.1. MORE INFORMATIONThe following sample code generates error F2124 when compiled with the /AH switch or $LARGE metacommand:
Additional query words: 5.00 nofps 5.10
Keywords : |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |