[EMAIL PROTECTED] wrote:
hello,

I need to create a 16-bit bmp, but I just found the bmptype with
BitmapTypeV0, BitmapTypeV1, BitmapTypeV2, BitmapTypeV3. who can tell
me which type working for 16-bit bmp, how can I create it?

quick look to docs says that:

Err err;
BitmapPtr bmp;
bmp=BmpCreate(width,height,16,NULL,&err);


if you will want hires bitmap then  after it you will need also 
BmpCreateBitmapV3

--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to