From: "Luc Le Blanc" <[EMAIL PROTECTED]>
> Running the Gremlins, I get error "Bitmap.c, Line:63, Null width or
> height". Alas, running the minimize process, the problem is not
> reproduced :(
> 
> I only have one WinDrawBitmap call in my program, and it draws a single
> bitmap resource, which has a not null width and height (and it works).
> Can something else trigger this message?
> 
If you had a buffer overwrite problem that was trashing memory
this could produce that error and it wouldn't be repeatable unless 
you repeated the sequence that caused the overwrite.  I think
Palm OS also calls the same functions for it's bitmap handling 
so any bitmaps on forms might also generate it.  From memory
I had this problem when a form with a bitmap on it lost the
link to the bitmap resource (or the resource failed to create
properly).

Chris Tutty

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

Reply via email to