Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excluding a vcx class library from the project
Message
From
06/10/2005 19:43:31
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01057013
Message ID:
01057016
Views:
12
>I am looking for suggestions in the following situation:
>
>A customer wants me to add a report to a standard program. The report will have a form class where user will select various parameters for the report. I would prefer to exclude the .VCX file where this form class will reside from the project (so that other customers would not be penalized by larger .exe file). I believe that I will not be able to load the form class from the excluded .VCX file. What other choices? Can I compiled the custom .VCX file into a separate .APP file and call it from the main application by DO MYCUSTREP.APP? Would this work and would it be practical?
>
>Please let me know if you have any other suggestions.
>
>Thank you.

Distributing your customer specific form class as part of a separate app should work just fine. Just be sure to specify your do command as DO ("mycustrep.app") to keep your app from being pulled into your main project.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform