At 10:34 PM -0700 9/24/01, Bill Vlahos wrote:
>Programs created with Revolution contain both the runtime build and any
>user supplied data in the same standalone file. Let's say I write and
>distribute a program with the 1.0 version and future versions of
>Revolution come out which offer new features which I want to add as
>upgrades to my already distributed programs. After I buy the newer
>version of Revolution, how would I get programs already in users' hands
>upgraded with the new features?
The key to this is to store your program's logic and data outside the executable. This
is easier than it sounds. If you ship an application and a stack, you can locate the
stack and "go" to it, and you're done. To upgrade or sidegrade, just transfer the
stack to a directory with the appropriate/new application, and it should work fine.
regards,
Geoff