>From Thomas Ward :
> Int32    amount = 1234;
> StrPrintF(string_variable, "%Ld", amount);
> Today I went to check my app. out under older ROMs in
> the emulator, and found that the above call to StrPrintF was
> causing a crash with the 2.0 ROMs.

>From "Fitzpatrick, Joe" :
> FWIW I've used "%ld" under 2.0.

I just checked under Poser, and "%ld" works but "%Ld" does not work on OS
2.0.  It doesn't understand %L so it just prints "Ld" to the string.  I'm
not sure why that caused a crash on yours.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to