Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing a vcx that is in another exe
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00343145
Message ID:
00343166
Views:
37
Ivan,

In your second exe's startup program do all of the SET CLASSLIBs with the IN syntax before you run any forms.;
SET CALSSLIB TO MYForms IN First.exe ADDITIVE
SET CALSSLIB TO MyControls IN First.exe ADDITIVE
Personally, I would ship the VCX/VCT files separately from the exes and then just update the class lib that changed. If you are concerned about source code being available, you can blank out the Methods field in the VCX before you distribute it (do this to a copy because once it is done any attempt to edit the class will remove all of the code for that class).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform