Hello
In directdraw 7 it was possible to get the DC from a surface using the GetDC method. This way you could blit to it using standard API functions. In directx8 however, this function seems to have disappeared. Is there any way to get the DC from a texture or surface in DX8? (or blit to them from another DC in some way?)