>Can someone look at the source and tell me what parameters are being checked:
>    ScrDriverNew.c line 500 Invalid Params.

There are several reasons that this would fire.  All revolve around you
using a compressed bitmap in an invalid way, or one which was improperly
compressed.  Are you using compressed bitmaps?

The times I've seen people hit this problem before, they weren't doing
anything with compressed bitmaps: they were either not passing a valid
bitmap or they were in a memory corruption situation.  Since you say that
it does work in other circumstances (i.e. pose with the same rom) I'd
suspect the latter: memory corruption.  Your device might have a different
amount of memory than the emulated one does, and perhaps has different
software installed, thus things are landing in different places in memory.

Memory corruption is always hard to track down but that's what I'd suspect
in this case, if you're not compressing things.

-David Fedor
Palm Developer Support



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

Reply via email to