kcorey wrote: >WinPushDrawState(). The error reads "roids just read from memory >location 0x80000020. This access usually indicates that the application >is calling a Window Manager function without first establishing a valid >DrawWindow."
Whenever I see an error mentioning a location in the neighbourhood of 0x80000000, I know that I'm using a debugging ROM, as those are the only ones that barf on accesses to the display before FrmDrawForm has been called. From the other things you've written I conclude that you haven't created a form of your own to draw on? If so, it might be a good idea to add one and then do all your sprite/pixel or whatever stuff 'on' that form. Martin -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
