Re: Exe's & App's
From: Thomas Ganss (tganss_at_t_dash_online_dot_de-remove-all-after-first-real-dash_at_yahoo.com)
Date: 02/25/05
- Next message: Dan Williams: "how to "shade" last line on report"
- Previous message: Mark: "RE: How to test if a variable is an array"
- In reply to: Jerry: "Exe's & App's"
- Next in thread: Jerry: "Re: Exe's & App's"
- Reply: Jerry: "Re: Exe's & App's"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 18:03:10 +0100
Jerry schrieb:
> Hi, I've been doing some tests to see if we can divide our exe into a main
> exe and multiple .app's, so that only what the user requires is loaded into
> memory.
Wrong assumption <g>. Think of vfp's exe and app as "zipped directories"
in which vfp reads the needed info and then copies it into memory.
Easy to try out: include a 1.5GB of table into your exe...
If you regularly have to update only part of the app, splitting
*might* make sense, but you will run into your already mentioned
troubles and possible version incompatibilities from later development.
Only recomended if most of your customers get udated via modem or mobile
phone. Do the math for cost yourself <g>.
HTH
thomas
- Next message: Dan Williams: "how to "shade" last line on report"
- Previous message: Mark: "RE: How to test if a variable is an array"
- In reply to: Jerry: "Exe's & App's"
- Next in thread: Jerry: "Re: Exe's & App's"
- Reply: Jerry: "Re: Exe's & App's"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|