The information in this article applies to:
SYMPTOMS
An attempt to compile a file that contains more than 32767 source lines may
produce incorrect line-number information for compile-time error and
warning messages appearing after the 32767th line in a file. The line
numbers displayed are either negative or fall in the 0 (zero) to 32767
range.
CAUSEThe line-number information is displayed as an INTEGER*2 value. RESOLUTIONIf a subprogram is less than 32K in size, place the subprogram in a separate file when compiling. Once debugged, the source file can be added to the end of the original file if desired. STATUSMicrosoft has confirmed this to be a problem in FORTRAN PowerStation 32 for Windows NT and MS-DOS, version 1.0 and 1.0A. This problem was fixed in FORTRAN PowerStation, version 4.0. MORE INFORMATIONThe following code can be compiled and run to create a sample that demonstrates the problem: Sample Code
Additional query words: buglist1.00 1.00A
Keywords : |
Last Reviewed: November 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |