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

stack corruption. printf and all derivates try to interpret the following
words on the stack as those types that are given as format parameter. if the
types doesnt match the cleanup on the end goes wrong.

hth, roland

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|              Roland Aigner - Skidata Austria                  |
|                  airo at skidata dot com                      |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  MCSE: Minesweeper Consultant, Solitair Expert 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

Reply via email to