Is there a way to get dc from backbuffer? I want to draw the GDI text on the backbuffer.If there are some C++ DLL sample codes ,that would be great!
thanks.
Jin
thanks.
Jin
; pseudo-code dd7surface.IDirectDrawSurface7 = PeekInteger ( BackBuffer()+12 ) dd7surface\GetDC(hDCpointer) If hDCpointer ... bla bla bla :) Endif dd7surface\ReleaseDC(hDCpointer)
; unicoded text can be seen in any editor that supports the display of unicode(UTF-8) characters ; such as Notepad (open this source with encoding UTF-8) ; or new version of IDEal