0

How is it possible to draw an overlay over an game with DirectX 9 or 10?

I found code with deprecated DirectShow code, but it will not run.

BenMorel
  • 34,448
  • 50
  • 182
  • 322
plucked
  • 421
  • 7
  • 18

1 Answers1

1

If this is what you have already found then ignore it, but try this: Direct3D Hooking Example

Siyfion
  • 416
  • 1
  • 6
  • 17
  • I found a proxy D3D9 C++ Project. But your link gives me the right keywords for searching. Thank you! (o: – plucked Sep 25 '09 at 16:12