Is this at all possible to do? I have tried a few other methods (like a window wrapped to a bitmap), but they failed. Any suggestions?
-Donald "Donald C. Kirker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Is this possible? > > BitmapType *winBmp = > WinGetBitmap(WinCreateOffscreenWindow(160,133,nativeFormat,&error);); > > BmpCompress(winBmp, BitmapCompressionTypeScanLine); > > The offscreen window (represented with the WinCreateOffscreenWindow > function) is called earlier and drawn to. > > The problem is, when I call BmpCompress, the device crashes. > > Thanks, > Donald > > > -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
