-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build fails VS2019 Windows 7 #221
Comments
@kdschlosser : The recent tag version which supports is v0.1.0. All upper versions do not support Win7 or 8 because usbip-win started to use kernel libraries of Win10. |
maybe a change to the README is needed then. This is stated right in it.
|
Thanks. README should be fixed. |
I would have to do some reading into those macro/functions in the windows API to see what they actually do and if there is a way to do the same thing they do but for windows 7/8 then it is just a matter of checking to see what OS is set. If there isn't anything that can be done to mimic those features then the functions that use them would have to return values that the core program would understand as a not available feature. |
When compiling on Windows 7 x64 SPI I get a bunch of compilation errors. These errors are from the use of structures and preprocessor macros that are only available for Windows 8 and above.
I have not gone digging through the code to see how reliant the driver is on these structures and macros in order to work properly. I would have to do some research to see if there is a replacement that can be used or possibly defining the macros and structures
Build log (click to expand)
The text was updated successfully, but these errors were encountered: