Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Addin Modules
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00493815
Message ID:
00493820
Views:
16
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform