FIX: File Time Incorrect After Saving During Build
Article ID: 139476
Article Last Modified on 12/2/2003
APPLIES TO
- Microsoft Visual C++ 4.0 Standard Edition
- Microsoft Visual C++ 4.1 Subscription
- Microsoft Visual C++ 4.2 Enterprise Edition
- Microsoft Visual C++ 5.0 Enterprise Edition
- Microsoft Visual C++ 6.0 Enterprise Edition
- Microsoft Visual C++ 4.2 Professional Edition
- Microsoft Visual C++ 5.0 Professional Edition
- Microsoft Visual C++ 6.0 Professional Edition
- Microsoft Visual C++ 6.0 Standard Edition
- Microsoft FORTRAN PowerStation 32
This article was previously published under Q139476
SYMPTOMS
If a source file is saved while the project is being built, the
relationships between the source file and the .obj file may be incorrect.
The saved source file may have an earlier date than the .obj file that was
created from the previous version of the source file.
CAUSE
The problem of file modify or save time being incorrect is caused by the
Developer's Studio doing front-end processing on all the files before it
creates the .obj files. This makes it possible to save a changed file after
the earlier version was processed but before the .obj file is created.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
This problem was corrected in Microsoft Visual C++ .NET.
Additional query words: utilities
Keywords: kbbug kbfix kbnoupdate kbide KB139476