-
Notifications
You must be signed in to change notification settings - Fork 53
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
Problem while building the project. #1
Comments
I get the following errors when building:
|
Sorry it took me so long to see this issue. It appears that Microsoft pushed an update to Visual Studio or the WDK that broke this project. At the moment, I don't have a suitable windows development environment to try and fix this problem, sorry. One temporary solution might be to start a new WDK project using the latest version of the WDK and Visual Studio, and then copy the source files from this project into the new one manually. |
@JaredWright, ok man, Happy New Year! |
@jenokizm: I had similiar errors like above while trying to compile it in an empty KMDF project in Visual Studio 2017. The simple solution was to include |
I got this also working with vs2019 at win10 and osr driver loader. |
@apmattil I would gladly accept a pull request that brings this repository up to compatibility with VS2019 and win10! I would imagine that people will benefit more from having this repository compatible with a newer toolchain, than having this repository compatible with older toolchains. |
When I am building the project in vs 2017, the compiler throws error "Empty string not allowed for provider" Code: "1236" and section destinationdirs and sourcediskfiles is defined multiple times at line 5,12 and 27 respectively. Any suggestions will be helpful.
The text was updated successfully, but these errors were encountered: