BUG: StretchDIBits Faults on 24-BPP PM-Style DIBsLast reviewed: January 5, 1995Article ID: Q104395 |
The information in this article applies to:
SYMPTOMSStretchDIBits faults inside GDI when passed a 24-bpp Presentation Manager (PM) style device-independent bitmap (DIB) on a device that supports RC_STRETCHDIB.
CAUSEGDI must convert the old style BITMAPCOREINFO structure into a new BITMAPINFO structure before passing it to a driver's RC_STRETCHDIB 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_STRETCHDIB, do the conversion into the new style DIB format for GDI before calling into it when using 24-bpp PM-sytle DIBs.
STATUSMicrosoft has confirmed this to be a bug in Windows versions 3.0 and 3.1. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional reference words: buglist3.00 buglist3.10 3.00 3.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |