David Fishburn writes:
> In the applications screen, if you select Menu->Info and choose the
> Version button you will see the version of all installed applications.
> [...]
> is there a way to programatically change this the first time the
> application is started?
If you do just a tiny little bit of hunting around with a tool like
Insider, or if you look in UICommon.h, you'll see that this information
comes from a 'tver' resource in your application, preferably #1, or if
that's not there, #1000.
> If so, can someone supply some code.
Armed with this information, it's easy to write the relevant code.
However, it would be much more sane to generate the resource yourself
at post-link time, rather than adding code to do it at run time. (In
particular, updating your application at runtime will render you
unflashable.) This is easy with the GCC tools, but perhaps a little
harder with CodeWarrior...
John "It's a mailing list. We heard you the first time"