>>The point of
using the runtime packages is when you are sending your clients more
than >>one program using the same packages. In this case, your
installation may end smaller >>than if you had linked whatever you needed
inside each executable.
This is true. If you've got several executables all using run-time packages,
they will re-use the same package saving possibly lots of RAM. Same deal for
modularized apps.
I had an app once that I couldn't convert to run-time packages by just
checking the box, I had inexplicable errors that I couldn't figure out... I was
eventually able to do it by re-creating the app from scratch and re-compiling
as I added each new component/package. Good luck, it can be a challenge!
Dave
[Non-text portions of this message have been removed]