Re: 2 version strings

2002-05-07 Thread Ralph Krausse
To Chris Tuddy, actually you aren't high jacking this thread, that is the question I wanted to ask. How do I change both version numbers programmatically? That is exactly what I want to do. Here is my scenario. We have replaced HotSync with our own version. It sync's over data, pdbs and prcs

Re: 2 version strings

2002-05-07 Thread Joe
--- Ralph Krausse [EMAIL PROTECTED] wrote: How do I change both version numbers programmatically? The version number is a resource with type 'tver' and ID of 1 or 1000 (one app can have both, but most just use 1000). Open the prc, get a handle with DmGetResource(), lock it down, modify it,

Re: 2 version strings

2002-05-07 Thread John Marshall
On Tue, May 07, 2002 at 07:16:21AM -0700, Joe wrote: The version number is a resource with type 'tver' and ID of 1 or 1000 (one app can have both, but most just use 1000). [...] Well, there's a million and one now :-) John -- For information on using the Palm Developer Forums, or to

Re: 2 version strings

2002-05-07 Thread Ben Combee
In article 85757@palm-dev-forum, [EMAIL PROTECTED] says... Recently we had to change the way we sent the new version over because of the 64K limit. Now I need to know how to programmatically change the version and name that is set with constructor. So in short (I know I haven't been), I

Re: 2 version strings

2002-05-07 Thread Ben Combee
In article 85733@palm-dev-forum, [EMAIL PROTECTED] says... Alternatively, is it a problem if the prc database version number (set using the PalmRez settings) panel is the same for all prc's? The PRC database version field is an increasing value: usually, you either always leave this as 1, or

Re: 2 version strings

2002-05-07 Thread John Marshall
On Tue, May 07, 2002 at 04:50:05PM +1200, Chris Tutty wrote: From: Danny Epstein [EMAIL PROTECTED] http://www.escribe.com/computing/pcpqa/m47007.html There are a million messages explaining how to set the tver 1 and 1000 resources but I can't find any information on how to change the

2 version strings

2002-05-06 Thread Ralph Krausse
You can set the version in constuctor and in the linker settings. I manually change the one I set with the linker but can't figure out how to change the one in the constuctor. thanks Ralph -- For information on using the Palm Developer Forums, or to unsubscribe, please see

RE: 2 version strings

2002-05-06 Thread Danny Epstein
You can set the version in constuctor and in the linker settings. I manually change the one I set with the linker but can't figure out how to change the one in the constuctor. See this post for a description of the two different versions a Palm OS application has:

Re: 2 version strings

2002-05-06 Thread Joe
--- Ralph Krausse [EMAIL PROTECTED] wrote: You can set the version in constuctor and in the linker settings. I manually change the one I set with the linker but can't figure out how to change the one in the constuctor. thanks Ralph Is that a question, Ralph? (I don't see a ? anywhere.)

Re: 2 version strings

2002-05-06 Thread Chris Tutty
From: Danny Epstein [EMAIL PROTECTED] You can set the version in constuctor and in the linker settings. I manually change the one I set with the linker but can't figure out how to change the one in the constuctor. See this post for a description of the two different versions a Palm OS