Re: Segmenting an application by Rick
Rick
Mon May 24 08:17:30 CDT 2004
Pete,
Just to add to Anders information, if you do this, it's a good idea to =
add version checking capabilities to your APPs and/or VFP COM =
components. Otherwise you may find yourself trying to figure out =
"problems" that are due to users restoring or copying around "old" code =
files.
Rick
"Peter Huish" <huish@ozemail.com.au> wrote in message =
news:MPG.1b1c55fab55d896698972e@news.easynews.com...
>=20
> I have an application that I want to be able to include some =
"optional"=20
> components into. Currently the application is one big image and =
ideally=20
> I would like to not have the optional pieces increase the image size=20
> etc.
>=20
> What techniques have people used to modularize applications?
>=20
>=20
> thanks,
>=20
> pete