cezanne / usbip-win

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

Cannt compile Release builds of vhci_ude branch #190

Closed pasha-zzz closed 3 years ago

pasha-zzz commented 4 years ago

1st error is:

C:\projects\usbip-win-new\Release\x64\usbip_vhci_ude\vhci_ioctl.tmh(1319,71): error C4013: 'dbg_vhci_ioctl_code' undefined; assuming extern returning int [C:\projects\usbip-win-new\driver\vhci_ude\usbip_vhci_ude.vcxproj]

cezanne commented 4 years ago

@pasha-zzz : The error is due to that WPP messages are using debug routines such as dbg_vhci_ioctl_code().
BTW, the vhci_ude branch has some problems. So it's not ready to resolve this issue right now. Please use a debug mode or create a PR for release build. :smiley: