Detours 2.1
I'm trying to set up my compiler to be able to use the Detours 2.1 SDK. And well Microsoft is being... a you know what. As usual. Does anyone know how to get the Detours SDK to work on Visual Studios. I tried adding directories and everything. I even searched online, but people keep saying something about installing a detours.lib file, but get this... none comes with the SDK...
Any help will be appreciated. =/
If you got the dll, just make one.. do you at least have a .def file?
if so:
LIB /DEF:detours.def /OUT:detours.lib /machine:x86
Use detours 1.5 and your problems are fixed(last time I tried 2.1 was full of ******ness)