In OS3.5,I can use WinCreateOffscreenWindow:
{
   WinHandle theWindowHandle;
   theWindowHandle = WinCreateOffscreenWindow(
theBoundsPtr->extent.x,theBoundsPtr->extent.y,screenFormat,&theError );
}
I can copy theWindowHandle->bitmapP to BitmapPtr variable.

But In OS5,I use the same code ,I find theWindowHandle->bitmapP is
incorrect.

I use codewarrior7+sdk3.5.  I want to capture the screen,and save it.My code
can run well on treo270,palmvx...,but It's fail on Zire71.Please help me,and
thanks.



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

Reply via email to