The information in this article applies to:
SUMMARYThere are two common needs when debugging DDraw applications:
MORE INFORMATION
The best way to debug fullscreen applications is to use remote debugging;
that is, running the debugger on one computer and the application on
another computer.
When a surface is explicitly requested to be allocated in system memory,
Lock and GetDC do not take the Win16Mutex. If a surface is not specified to
be placed in system memory but is allocated there anyway because there is
not enough video memory available, the Win16Mutex will still be taken when
the surface is locked.
REFERENCESFor more information, please see the following article in the Microsoft Knowledge Base: Q125867 Understanding Win16Mutex Additional query words: 1.00 DDraw debugging
Keywords : kbcode kbDirectDraw KbDirectX kbfaq kbDSupport kbSDKWin16 |
Last Reviewed: January 21, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |