The information in this article applies to:
SYMPTOMSThe "F1001: omf_ms.c:1.118, line 1093" internal compiler error is most often created in FORTRAN 5.0 by passing a structure to a subroutine and trying to use an item in that structure in a READ or WRITE operation. RESOLUTION/STATUS
An application note titled "F1.EXE and F1L.EXE Structure Patch," which
corrects this problem, is available from Microsoft Product Support.
This problem was also corrected in Microsoft FORTRAN version 5.1.
MORE INFORMATIONSample Code #1
Sample Code #2Another way to alleviate this problem is to use a temporary structure, as in the following:
Additional query words: 5.00 5.10 hf0225
Keywords : kbcode kberrmsg kbLangFortran |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |