So another question for the experts:
I've found out why sprintf() shows weird behaviour, and that is a
"#define sprintf StrPrintF" in /Core/System/Unix/unix_stdio.h. So I never actually call the "real" sprintf().

Okay, sorry!
I've found out that my previous post is false. I have not included any header with a "#define sprintf StrPrintF", the mentioned header only exists for people who want to continue using Unix calls.


But now I'm wondering even more why "sprintf(str, "%f", <some double>);" writes "%f" to the string and not the double.

Have to keep on trying, but if anyone knows something, please let me know.

Thanks,
Jan


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

Reply via email to