Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VFP7 Invalid Memo on build

Status
Not open for further replies.

tonedef

Programmer
May 24, 1999
64
US
I am getting an error whenever I build my project/app/exe.
[tt]
Memo file <path>\<projectname>.pjt is missing or is invalid
[/tt]
Is this a useful error first of all? What I mean is, is .pjt a memo file. I thought .dct or .fpt were memos. Second can I recover from this. I would really like to be able to compile this app again.

Thanks,
tone
 
The .PJT file is indeed the Memo file (.FPT) to the Project File's .PJX table file (.DBF) - the extentions were just changed to keep things clear.

You can &quot;recover&quot; from this by:
1) Restoring your last good .PJX/.PJT file from backup.
2) Recreate it by creating a new project adding the &quot;main&quot; file and rebuilding it. Most of the time this will add all the required files. (Although you may need to supply some paths to files it can't find.)

Then just consult you documentation to make sure all your current files are actually in your &quot;new&quot; project.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top