The information in this article applies to:
SYMPTOMSCompiling a FORTRAN source file with -Zi that contains a 2 gigabyte (GB) array (or larger) will produce the following error under Windows NT: Under MS-DOS, the following error may be generated:
CAUSEAlthough a Windows NT application has a 4 GB address space, 2 of these 4 GB are reserved for system memory. Because a 2 GB array leaves no room for application code, this particular condition was not tested. RESOLUTION
Reduce the size of the array.
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. This problem was corrected in FORTRAN PowerStation 32, version 4.0. MORE INFORMATIONThe following sample illustrates the problem: Sample Code
Additional query words: 1.00
Keywords : kberrmsg kbCompiler kbFL32 kbFortranPS |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |