Richard Anderson wrote:
> 
> Hi,
> 
> I want to get the date at build time, so that I can place it in my about box
> (also version number from the resource). I want to do this so when I create
> builds the date is automatically correct, as I create a lot of builds and
> dont always change the version number (as they are not releases), and they
> get mixed up. Is there any way of doing this (time would be useful as well).

Hasn't this been posted just a couple of days ago?
With both gcc and CodeWarrior you can use the standard macros
__DATE__ and __TIME__ and do something like:

  CtlSetLabel( buildDateLblPtr, __DATE__ );

Question: How can I localize this? (c:

With kind regards / Mit freundlichem Gruß
    Holger Klawitter
--
Holger Klawitter
[EMAIL PROTECTED]                             http://www.klawitter.de



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