ProcessHider icon indicating copy to clipboard operation
ProcessHider copied to clipboard

compile error

Open yangsystem opened this issue 6 years ago • 10 comments

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

yangsystem avatar Mar 26 '19 23:03 yangsystem

I have the same problem

Neilai avatar May 07 '19 07:05 Neilai

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!

kaiseranton avatar May 07 '19 14:05 kaiseranton

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.

Natsume150 avatar Oct 06 '20 00:10 Natsume150

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

holly-hacker avatar Dec 08 '20 23:12 holly-hacker

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

MATOM0809 avatar Aug 11 '21 16:08 MATOM0809

Where do I enter the process name?

sidex84 avatar Aug 11 '21 16:08 sidex84