cezanne / usbip-win

USB/IP for Windows
GNU General Public License v3.0
1.91k stars 343 forks source link

Windows 7 and vhci driver version up from 0.3 to 0.4 #197

Open kmvi-dev opened 3 years ago

kmvi-dev commented 3 years ago

The latest driver from the branch 'master' is not built for the Windows 7 platform. The build is carried out on the version of Visual Studio 2017 (v141). For app - Windows SDK 8.1, for driver - Windows SDK 10.0.17763.0. Build errors : http://prntscr.com/ufe2vo

Ivan-And commented 3 years ago

I am trying to use usb/ip server side on Server 2012 R2. Current master branch compiles for 8.1 but driver usbip_stub won't load. Built images still require windows 10 in PE header. For me issue was fixed by adding this line in vcxproj files under corresponding configurations: ItemDefinitionGroup Link MinimumRequiredVersion 6.0 /MinimumRequiredVersion /Link /ItemDefinitionGroup