BUG: GDI Limits DirectDraw Surfaces to 2048x2048Last reviewed: September 5, 1997Article ID: Q171249 |
The information in this article applies to:
SYMPTOMSWhen an application tries to open a direct draw surface greater than 2048x2048, the call fails at the GDI layer. This can happen even when the video driver supports resolutions greater than 2048x2048.
CAUSEThe Windows Graphics subsystem range tests requests for direct draw surface dimensions. These are compile time constants that dictate the minimum and maximum values. These values are set to 2048x2048.
RESOLUTIONThe only workaround is to stay within the current maximum resolution of 2048 X 2048.
STATUSMicrosoft has confirmed this to be a problem in Windows NT version 4.0. A fix to this problem is in development, but has not been regression-tested and may be destabilizing in production environments. Microsoft does not recommend implementing this fix at this time. Contact Microsoft Technical Support for more information on the availability of this fix.
|
Additional query words: Direct Draw Limitations
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |