> assigned to ulongs.  but when i remove the customAlerts, it 
> totally skips
> the calculation which is importent.  so i tried putting the 
> optimizations to
> none and see what it does and now it does it.  can anyone 
> bring up anything
> that might cause this bug?  i say bug, because an optimizer 
> isn't supposed
> to skip lines of code.

Please don't debug with optimizations turned on.  Ever.  Debug with no
optimizations, and then turn them on and make sure your application is
running correctly.  The Debugger is not broken (as another person
suggested), but its output cannot be trusted when optimizations are turned
on.

-hkmlt

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

Reply via email to