Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Application Distribution
Message
De
29/01/2004 14:03:29
 
 
À
29/01/2004 13:38:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00871919
Message ID:
00871949
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform