agrippa1994 / DX9-Overlay-API

Overlay API for DirectX 9 based games.
MIT License
127 stars 26 forks source link

Can't compile with latest Detours #22

Closed GooRoo closed 8 years ago

GooRoo commented 9 years ago

Microsoft Detours 3.0 (which was released in 2012) has DetourAttach/DetourDetach instead of DetourFunction/DetourRemove which are used in DX9-Overlay-API code in Hook.

agrippa1994 commented 9 years ago

Yes, we used Detours 1.5 and not 3.0. Maybe I provide a fix for this, but I don't know when I've got enough time for that

GooRoo commented 9 years ago

It's OK, I've already fixed it in my code for Detours 3.0. Thank you.