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:
00343148
Views:
30
>>I want to break my app into multiple exe's to facilitate easier updates. If I make a change in one part I don't want to have to send out the entire 3 meg executable.
>>
>>Is there a way to include my base class libraries only in the startup executable and have other executables, called by the startup executable, reference them there. This works with procedure files but I get the message that it can't find the vcx when I exclude the vcx from the other projects.
>>
>>I would rather not ship the vcx's themselves but compile them into the startup exe only.
>>
>>Thanks for your help.
>
>Sorry, I answered my own question with a quick look into the help file.
>
>SET CLASSLIB TO ClassLibraryName [IN APPFileName | EXEFileName]
> [ADDITIVE] [ALIAS AliasName]
>
>That will teach me to look before I leap.

I guess I still need help. I have a form based on a base class that is in the startup exe and it fails to instantiate with the error that it can't find the base class unless I also include the base class in the second exe.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform