The information in this article applies to:
SYMPTOMSSetDIBitsToDevice faults inside GDI when passed a 24-bpp Presentation Manager (PM) style device-independent bitmap (DIB) on a device that supports RC_DIBTODEV. CAUSEGDI must convert the old style BITMAPCOREINFO structure into a new BITMAPINFO structure before passing it to a driver's RC_DIBTODEV function. If the old style DIB has no color table, GDI will fault as it attempts to append a zero length color table to the end of its temporary BITMAPINFOHEADER. RESOLUTIONOn devices that support RC_DIBTODEV, do the conversion into the new style DIB format for GDI before calling into it when using 24-bpp PM-style DIBs. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. Additional query words: buglist3.10 buglist3.00 3.00 3.10
Keywords : kbWinOS310 kbDSupport kbWinOS300 kbSDKWin16 |
Last Reviewed: December 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |