FIX: .COD File Contains Blank Lines with /Od and GraphicsLast reviewed: September 16, 1997Article ID: Q75522 |
5.00 5.10 | 5.00 5.10
MS-DOS | OS/2kbtool kbfixlist kbbuglist The information in this article applies to:
SYMPTOMSAn /Fc listing (.COD file) contains hundreds of blank lines if the source was compiled with the /Od option.
RESOLUTIONDo not compile with /Od.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in FORTRAN PowerStation, version 1.0.
MORE INFORMATIONThe following code can be used to demonstrate the problem.
Sample codeC Compile options needed: /Od /Fc
include 'fgraph.fi' include 'fgraph.fd' write(*,*) 'This is it' end |
Additional reference words: 5.00 5.10 buglist5.00 buglist5.10 fixlist1.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |