Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem during release classlib
Message
From
25/02/2004 11:56:27
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Problem during release classlib
Miscellaneous
Thread ID:
00880749
Message ID:
00880749
Views:
50
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
Next
Reply
Map
View

Click here to load this message in the networking platform