API for version string

2000-06-02 Thread Ralph Krausse

How does one get the version for an application?

thanks
Ralph Krausse

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




RE: API for version string

2000-06-02 Thread Nesse, Rustin

Do a DmDatabaseInfo and retrieve the application's preferences database.
That should do the trick...the function is diagrammed in the Palm OS
Reference
that comes along with the SDK.

-Rus

-Original Message-
From: Ralph Krausse [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 02, 2000 12:16 PM
To: Palm Developer Forum
Subject: API for version string


How does one get the version for an application?

thanks
Ralph Krausse

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


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




RE: API for version string

2000-06-02 Thread McMicken, Steven

I have used:

MemHandle verH = DmGet1Resource( 'tver', appVersionAlternateID);

to get the version that I enter in the Constructor.

Regards,

Steve

-Original Message-
From: Ralph Krausse [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 02, 2000 3:16 PM
To: Palm Developer Forum
Subject: API for version string


How does one get the version for an application?

thanks
Ralph Krausse

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

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




API for version string - 2x time

2000-06-02 Thread Ralph Krausse

OK let me reiterate and the answers I got might be right but I need to get
the version string of OTHER applications (databases). When you go to the
Info menu item and select version, this is the information I need, only on
certain applications.

thanks
Ralph Krausse

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