BUG: Dependencies Not Scanned If Include Statement Is LabeledLast reviewed: July 13, 1995Article ID: Q106732 |
The information in this article applies to:
SYMPTOMSDependencies are not scanned for include files containing statement labels (for example, line numbers). Also, the included file doesn't appear in the Visual Workbench file list.
RESOLUTIONDo not use statement labels with include statements.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of the article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONTo demonstrate this problem, follow these steps:
Sample Code
include 'flib.fi' 2 include 'flib.fd' print *, 'Hello' end |
Additional reference words: 1.00 slow scan disable
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |