Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application Distribution
Message
From
29/01/2004 14:03:29
 
 
To
29/01/2004 13:38:07
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00871919
Message ID:
00871949
Views:
11
You don't have to distribute the class if it's included in the application EXE and you don't have to specify it's path neither in the SET CLASSLIB TO. You should use this syntax:
SET CLASSLIB TO TARAAPP.VCX
HTH

>The limited edition installshied that comes with vfp. i have the classes developed but i'm just not sure if i have to include them in the appplication distribution package. i dont remember having ot do this in the past. my old code looks similar to this:
>
>Store sys(5) to drvid1			&& drive ID from executing program (you ran it from program group)
>Store curdir() to thisdir1		&& current directory from execution program
>
>gcDataPath = ADDBS(gcAppPath+"Data\")
>gcOldDataPath = SET("PATH")
>SET PATH TO gcAppPath+;"GCdATApATH+";"+GCoLDpATH
>
>SET CLASSLIB TO &drvid1.&thisdir1.classes\TARAAPP.VCX
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform