compile error
I am trying to compile with win 10 vsc 2017 v15.9.10 I get the following error: Severity Code Description Project File Line Suppression State Error LNK1104 cannot open file 'libMinHook.x64.lib' ProcessHider C:\Users\alex\OneDrive\Desktop\221\ProcessHider-master\ProcessHider\LINK 1
I have the same problem
Download https://github.com/HotKeyIt/ahkdll/blob/master/source/lib/libMinHook.x64.lib put the file in your project folder, go in visual studio --> project explorer ..> show all files right click on the libMiniHook.lib and select Add To Project, there you go!
Download https://github.com/HotKeyIt/ahkdll/blob/master/source/lib/libMinHook.x64.lib put the file in your project folder, go in visual studio --> project explorer ..> show all files right click on the libMiniHook.lib and select Add To Project, there you go!
still gives same error, however the solution for me was;
- right click on project
- click properties, go to C/C++
- go to Optimizations
- ''Whole Program Optimization'' set this to ''No''
it worked like this for me.
you can also just move it into the folder that contains the vcxproj file, that seems to be where VS tries to load the file from
hello i have Édition Windows 10 Famille Version 21H1 Installé le 29/12/2020 Build du système d’exploitation 19043.1151 Expérience Windows Feature Experience Pack 120.2212.3530.0 and it does it work with this version of windows , because I have well the window ms dos that asks me which hidden program and also the message quit and but does not work .
here's how I test. open visual studio 2015 and loads ProcessHider and then opens the ProcessHider solution.sln and I debug and the ms dos s window opens
it s correct
thanx for help
Where do I enter the process name?