-
Notifications
You must be signed in to change notification settings - Fork 16
Building
Birch-san edited this page Feb 11, 2017
·
3 revisions
Basic instructions are here, but I submit some further details.
Install:
-
Visual Studio 2010 Express
- You only need the C++ mode
-
Windows Driver Kit 7.1 (7600.16385.1)
- The installer will ask which features you want to install. I specified "Build Environments", "Tools" and "Debugging Tools for Windows", since I wasn't sure which one contains
ntdll.libandwinres.h
- The installer will ask which features you want to install. I specified "Build Environments", "Tools" and "Debugging Tools for Windows", since I wasn't sure which one contains
In the root of the solution, create a folder interactive-text-hooker\lib\Debug and interactive-text-hooker\Release
Copy C:\WinDDK\7600.16385.1\lib\win7\i386\ntdll.lib into interactive-text-hooker\lib\Debug and also into interactive-text-hooker\lib\Release.
Copy C:\WinDDK\7600.16385.1\inc\api\winres.h into interactive-text-hooker\ITH
===
I recommend releasing some built binaries on your releases page.
===
Fun fact: winres.h is already in the source tree, but in the wrong place (it needs to be in interactive-text-hooker\ITH instead). Yes, this is the same file as the C:\WinDDK\7600.16385.1\inc\api\winres.h that you can acquire from Windows Driver Kit 7.1 7600.16385.1.