Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem during release classlib
Message
De
25/02/2004 11:56:27
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Problem during release classlib
Divers
Thread ID:
00880749
Message ID:
00880749
Vues:
51
Hello,

I have a problem when I try to release a classlib when it has been declared in an external file with a relative path.

*** It doesn't work (problem during release classlib)
*** msg : class library file 'c:\tmp\test\import_text.vcx' is not found
SET DEFAULT TO C:\tmp\test
SET CLASSLIB TO Import_text IN text\imp_text.exe additive
RELEASE CLASSLIB Import_text IN text\imp_text.exe

It works if I'm situated in the 'text' directory and if I remove the relative path ('text\').

*** Works OK
SET DEFAULT TO C:\tmp\test\text
SET CLASSLIB TO Import_text IN imp_text.exe additive
RELEASE CLASSLIB Import_text IN imp_text.exe


Thanks a lot for your help.
Steph
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform