The information in this article applies to:
SYMPTOMS
If a .RSC file, which is an output file of a resource compiler, is included
in a .R file, which is a Macintosh resource file, using either of the
following statements, the Visual Workbench will not generate dependencies
for it:
-or-
then, when generating the dependencies for this file, the Visual Workbench
will not include WLM.RSC or COMMDLG.RSC in the dependencies list. If any of
these .RSC files or the .RC/.R file used to generate the .RSC file changes,
the .RSC file will not be rebuilt. Dependencies are correctly generated for
files included with #include, such as, MRC\TYPES.R, MRC\BALLOONS.R, and
FTAB.R.
CAUSEDependencies are not generated for resources included with the INCLUDE statement because while it is legal to include *.RSC using the include <filename> syntax, the Visual C++ build system cannot handle this type of .RSC build. WORKAROUND
Use one of the following workarounds:
-or- STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words:
Keywords : kbide kbMAC kbVC |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |