Hi Al,

This is the prototype of StrPrintF
Int16 StrPrintF(Char *s, const Char* formatStr, ...);
Do you forget to define the string that you will put your format string in (1st 
parameter). It
should be big enough to hold the  time string and the number of seconds, at least 14 
characters, I
think.

tnn

StrPrintF(" %s:%02d",timeAsString ,dateTime.second);

From: Al Smith (view other messages by this author) 
Date: Tue, 11 Feb 2003 08:53:08 

I try fixing it , but now im getting a low memory error..



__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.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