> --- Richard Burmeister wrote:
>
> > > From: Phong Nguyen
> > >
> > > I am supposed to maintain code of a Palm project.
> > One
> > > thing I want to change is the version that Palm
> > > displays when I hit the general menu for the
> > version
> > > of an application or size of a particular
> > database.
> > > Any suggestion? Thanks.
> > >
> >
> > Yes, go ahead and do it!  :)
> >
> > The version that the Launcher displays (if it
> > exists) is the string
> > contained in the 'tver' resource, which usually has
> > an ID of 1 or 1000.  See
> > the forum archives for a discussion of this that
> > took place in the last few
> > days.
> >

> From: Phong Nguyen
> I scanned the code and couldn't find the tver resource
> (or string). I am also new to the forum (just joined a
> couple of days ago). Would you please more specific?
>

Are you using CodeWarrior, gcc, or something else to develop the app?

If you are using CodeWarrior, then:

1. Open up your project file (.mcp) in CodeWarrior.
2. Double click the resource file (.rsrc) to open Constructor.
3. Look for the Version String resource in the Project Settings window.
4. Change it to the new value, save everything, and compile your project.

You may also want to change the database version number.  You can do this by
opening the project settings and changing the version number on the PalmRez
Post Linker panel.

If you are not using CodeWarrior, then:

I don't know.  Ask again.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to