TsudaKageyu / minhook

The Minimalistic x86/x64 API Hooking Library for Windows
http://www.codeproject.com/KB/winsdk/LibMinHook.aspx
Other
4.39k stars 892 forks source link

HowTo Compile it on Visual Studio 2017 new versions #62

Open TaurusPrime opened 6 years ago

TaurusPrime commented 6 years ago

After Visual Studio 2017 updatet to 15.3, compiling any own project depending on this will fail. The owner of minhook doesn't have any more time for this project, so this is the solution to get your projects working:

1) Download "Source code (zip)" from https://github.com/TsudaKageyu/minhook/releases

2) If you don't have VS - download the free Visual Studio 2017 community edition

3) Unzip the source code and open "build\VC15\MinHookVC15.sln"

4) on left bottom choose "properties" and double click "libMinHook" on the top

5) set Window-SDK to newest available and save

6) same for "MinHook"

7) Now choose "Release" on top and press F7 (=create project)

8) If everything worked fine, you will find the needed lib in "build\VC15\lib\Release"

nefarius commented 6 years ago

Is it like "official" the owner can't continue the work on this?