-
Notifications
You must be signed in to change notification settings - Fork 146
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
Failed to compile on new setup #112
Comments
Hi, USBDK wasn't adopted to VS2019 and up. Usually when MS switches to new version there are some adaptations needed in projects files. Try to follow https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/Building-the-drivers-using-Visual-Studio-2017#obsolete-building-windows-8-windows-2012-drivers-and-up while installing your environment. Please post errors that you will get. Best regards, |
I think i have all sdk/wdk installed but still with an error :
Did I miss something ? |
https://stackoverflow.com/questions/39601108/fatal-link-error-and-can-not-find-cfg-support-v1-lib I think it is a question of SDK\DDK compatibility. |
Try to get the logs (#107 has instructions how to gather installation logs) |
I tried to compile project on recent setup with Visual Studio 2022 and 2019 with WDK 10 installed but it failed.
I got some trouble about headers in stdafx.h like
Project can't found those headers. If i add it manually to include directories, it failed later on redefinition of objects.
Did I miss something ?
I even try on other setup to install VS2015 but got some errors too.
The text was updated successfully, but these errors were encountered: