Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
An EXE of Class Libraries
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00436037
Message ID:
00436082
Views:
18
Shawn,

I always use the patch functionality from Wise InstallMaster to create updates from our .exe. With this a 200k Patch is created from a 9 meg .exe.
The only thing that you need to have is an archive of the version(s) used by clients. With this it is possible to upgrade several build to the newest build with 1 update, but that will increase your update size (rule of a thumb, size of update is (Number of builds included + 1)*100k )

>Updating code on a client's site has always been an issue with our VFP product. We do so many modifications and fixes that we are constanly needing to update the clients... and this never seems easy.
>
>One problem is that if I change a .VCX then I have to recompile the application and send out the whole 25+ megs. The size alone can be a bear (having to move that large an EXE across the wire), and beyond that having to compile the whole thing as an EXE is sometimes complicated by that causing problems elsewhere.
>
>So as I was reading info about SET CLASSLIB TO I noticed stuff about setting the library IN lcEXE. My question is... Is compiling an EXE of just classes that can be referenced a good idea? Will it
>1) Make the main EXE smaller
>2) Provide a smaller chunk of changes to be sent
>3) Be more protable because other EXE's can reference the EXE of classes
>4) Be a good idea.. I mean will it slow things down a bunch... or is there some other complication I'm just not seeing?
>
>Just one of my whacky thoughts on improving my programming structure. Let me know your thoughts.. and thanks in advance!
>
>Shawn Burke
>DRI Management Systems

hth,
Frank Camp
Previous
Reply
Map
View

Click here to load this message in the networking platform