Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending new versions of an exe file ??
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00092839
Message ID:
00092866
Views:
26
>I have the same here - one exe constantly scanning a file for other exes to run and checking for a newer version. It works a treat and there is no real work involved as almost everything is automated.

I think I may take this technique a step further. My "base" executable contains most of the functions common to all the applications. The applications themselves "sit" on top of the base. This allows me to mark the shared modules as excluded in the applications, and they're dynamically linked to the ones in the base program. Really helps reduce the size of the modules, plus if a change ever occurs in the base program, only it has to be recompiled and distributed.

The only real drawback that I know of is that dynamic linking is somewhat slower. However, I've been using this technique successfully since FPD 2.0, and have found the performance acceptable.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform