Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HowTo Compile it on Visual Studio 2017 new versions #62

Open
TaurusPrime opened this issue Jan 24, 2018 · 1 comment
Open

HowTo Compile it on Visual Studio 2017 new versions #62

TaurusPrime opened this issue Jan 24, 2018 · 1 comment

Comments

@TaurusPrime
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants