Microsoft KB Archive/105942

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 18:13, 12 August 2020 by X010 (talk | contribs) (X010 moved page Microsoft KB Archive/Q105942 to Microsoft KB Archive/105942 without leaving a redirect: Text replacement - "Microsoft KB Archive/Q" to "Microsoft KB Archive/")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ERR: Source Is out of Date

PSS ID Number: Q105942 Article last modified on 11-19-1993

2.00 2.50 2.50a 2.50b | 2.50 2.50a 2.50b MS-DOS | WINDOWS

The information in this article applies to:
- Microsoft FoxPro for MS-DOS, versions 2.0, 2.5, 2.5a, and 2.5b - Microsoft FoxPro for Windows, versions 2.5, 2.5a, and 2.5b

SYMPTOMS

A “Source out of Date” error message occurs.

CAUSE

This error indicates that the source program has been changed, but not recompiled or generated.

RESOLUTION

To solve this problem, 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 recreate 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.

MORE INFORMATION

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. Compiled files in FoxPro will have the following extensions: .FXP - Compiled version of program with .PRG extension. .APP - Compiled application program. .QPX - Compiled version of program with .QPR extension. .MPX - Compiled version of program with .MPR extension. .SPX - Compiled version of program with .SPR extension. .PRX - Compiled version of program with .FMT extension.

Additional reference words: 2.00 2.50 2.50a 2.50b errmsg err msg Copyright Microsoft Corporation 1993.