simphax / VMultiDll

8 stars 3 forks source link

Could not compile in VS2013 #3

Open fuzzz opened 9 years ago

fuzzz commented 9 years ago

When try to compile got linker error: error LNK2019: unresolved external symbol _HidP_GetCaps@8 referenced in function _CheckIfOurDevice C:\vmulti-x64\VMultiDll-master\VMultiDll\client.obj VMultiDll error LNK2019: unresolved external symbol _HidD_GetAttributes@8 referenced in function _CheckIfOurDevice C:\vmulti-x64\VMultiDll-master\VMultiDll\client.obj VMultiDll And so on...

simphax commented 9 years ago

Install Windows Driver Kit

fuzzz commented 9 years ago

Already installed. Without WDK it is not possible to install VMulti Driver.

itsochi commented 9 years ago

You need add hid.lib and Setupapi.lib to Additional Dependencies (http://ipic.su/img/img7/fs/kiss_49kb.1417838103.png)