How to Prevent "Source Is out of Date" Error Message (101302)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft FoxPro for Windows 2.5
- Microsoft FoxPro for Windows 2.5a
- Microsoft FoxPro for MS-DOS 2.0
- Microsoft FoxPro for MS-DOS 2.5
- Microsoft FoxPro for MS-DOS 2.5a
This article was previously published under Q101302 SUMMARY
The error message "Source is out of date" indicates that the source program
has been changed, but not recompiled or generated. This error can also
occur if an "old" version of a program is found in a different subdirectory
than the current version.
FoxPro first creates and then runs a compiled version of a program file.
This compiled version is called an object file and runs faster than a
noncompiled version. This feature cannot be disabled.
To eliminate this error, regenerate the program by opening the source
file and choosing Generate from the Program menu.
If the program is part of a project, open the project and select the
Build option. Then select the Rebuild Project and the Rebuild All
options. Rebuild the project and re-create the application.
If this doesn't work, scan all the subdirectories for occurrences of
the source and object code. Delete the extra files and regenerate the
program.
Modification Type: | Major | Last Reviewed: | 12/3/2003 |
---|
Keywords: | kberrmsg KB101302 |
---|
|