Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo file ... is missing or is invalid
Message
De
24/10/2001 10:22:36
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00572585
Message ID:
00572600
Vues:
16
>Hi All,
>
>Compiling an application and received the Memo File ClassLib.VCT is missing or is invalid. The memo file for the specified class is present and I can open the library as a table without any problems.
>
>I've tried compiling the application from the project window and I've tried compiling the Classlib separately.
>
>What else can I do to resolve this problem and get moving again?
>
>Thanks....
>
>
>Robert

There's one other technique that sometimes works.

1. Create an empty class library in another directory with the same name as your class lib.
2. Open the empty class library as a table.
3. APPEND FROM x:\classlibloc\classlib.vcx
4. Copy the old classlib to a backup location.
5. Copy the newly created classlib to the location of the old classlib.
6. Try to recompile.

The APPEND FROM resolves some bad links between a file and its memo field.

Good luck!

Jay
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform