Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Addin Modules
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00493815
Message ID:
00493820
Vues:
18
>I want to create add-ins in my application where I can
>ship components to clients after installation.
>
>My form's are classes, and I created an APP using:
>BUILD APP _Forms.App FROM PROJECT _Forms
>
>In the EXE, I then use
>
>SET CLASSLIB TO &cClassName IN &cClassLibName
>
>to get access to the form.
>
>I'v seen this done before, except that the classlibs
>still get compiled into the EXE. What am I doing wrong
>here?
>
>Thanks

Your references to the classlib are embedded in your form itself. If you're including your forms, that will also include the .VCX.

You can get around this by marking the .VCX as excluded in the project and rebuilding your project. You'll then have to distribute your .VCX/.VCT files for your classlibrary separately, but that sounds like what you want to do.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform