"Alexander Tarasul" <[EMAIL PROTECTED]> wrote in message
news:34307@palm-dev-forum...
>
> Thank to everybody answered about application "version string",
> but questions are piling up.
> Is it possible to obtain dates when application was build and when it was
> installed on Palm.

You can't get a build date reliably, but the creation date in the
application database should tell you when the app was installed on the
device.  You can retrieve this by getting a LocalID for the application
database, then calling DmDatabaseInfo().  The returned value in "crDateP"
should be the time the database was created, which will usually be when it
was installed on the device.

For a build date, I don't know what you can do... perhaps using the C macro
__DATE__ to define a string in a file always rebuilt would be sufficient.
--
Ben Combee
Veriprise Wireless <http://www.veriprise.com>



-- 
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