You could use BtmpBits = BmpGetBits(BtmpPtr). That will return a pointer to the bitmap data. Then use DmWrite to store the BitmapType pointed to by BtmpPtr and the bits pointed to by BtmpBits into a record or resource.
Jonathan King > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:bounce-425252- > [EMAIL PROTECTED] On Behalf Of (�`�._)Schizophrenia(�`�._) > Sent: Wednesday, April 13, 2005 12:40 PM > To: Palm Developer Forum > Subject: SAVE A BITMAP !!! HELP > > HI. > > I USE CODEWARRIOR 6.0 AND I WANT TO SAVE A BITMAP (BITMAPPTR) THAT I > CAPTURE IN MY APPLICATION IN A DATABASE. > > IN MY DATABASE, I KNOW THAT THE DATATYPE IN MY DATABASE IS IMAGE, BUT HOW > CAN I DO THIS??? > > THANKS FRIEND > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
