--- "Matt Disher (TiBook)" <[EMAIL PROTECTED]> wrote:
> I'm looking for a quick and dirty (read simple) method 
> to include a 'build' version into an application. That 
> I can display in the about box. 
> This can be as simple as date/time.
> 
> I would like for this to be modified on the fly as CW 
> builds my project.
> 

  Char buildVersion[21];
  StrPrintF(buildVersion, "%s %s", __DATE__, __TIME__);


__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards�
http://movies.yahoo.com/

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

Reply via email to