Giter VIP home page Giter VIP logo

Comments (13)

babbsgit avatar babbsgit commented on June 27, 2024

Also, I have a question. What should be the platform toolset for each project?

platform-toolset

Is this correct

from injdrv.

wbenny avatar wbenny commented on June 27, 2024

It looks like you're missing WDK. Also it looks like you forgot about --recurse-submodules.

from injdrv.

babbsgit avatar babbsgit commented on June 27, 2024

I have Windows SDK version installed. You can see it in the pic.

I have a missing WindowsKernelModeDriver 10.0. How can I install that?

from injdrv.

wbenny avatar wbenny commented on June 27, 2024

I said nothing about SDK, I said you're missing WDK :) Thats how you'll get "WindowsKernelModeDriver 10.0".

from injdrv.

babbsgit avatar babbsgit commented on June 27, 2024

I installed it already, but VS Studio 2017 and 2019 says that it is not installed. I have restarted my PC already. I download WDK here:

https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk

from injdrv.

babbsgit avatar babbsgit commented on June 27, 2024

error-git-clone

Also, I have this error when performing git clone --recurse-submodules

from injdrv.

wbenny avatar wbenny commented on June 27, 2024

You have something wrong with your WDK installation. Maybe you did forget to check the "Install WDK extension for Visual Studio" checkbox (or something with similar label)? It appears at the final dialog of the installation. I had similar issue in the past.

Ad submodules: looks like you don't have your SSH public key associated with github account. Either add it to github, or change .gitmodules to:

[submodule "src/DetoursNT"]
	path = src/DetoursNT
	url = https://github.com/wbenny/DetoursNT
[submodule "include/phnt"]
	path = include/phnt
	url = https://github.com/processhacker/phnt

and then try to pull submodules again (git submodules init && git submodules update).

from injdrv.

babbsgit avatar babbsgit commented on June 27, 2024

I fixed the submodules error by adding ssh-keys to my github account.
I reinstalled the WDK, but vs studio still not reads the installed WDK.

wdk-not-installed

from injdrv.

babbsgit avatar babbsgit commented on June 27, 2024

There is no:
"Install WDK extension for Visual Studio" checkbox
On the installation

from injdrv.

wbenny avatar wbenny commented on June 27, 2024

image

from injdrv.

babbsgit avatar babbsgit commented on June 27, 2024

I opened the installer named wdksetup but it downloads the setup again instead of installing. Why is this happening. It's like i'm stuck in an infinite loop of downloading the WDK.

wdksetup

from injdrv.

babbsgit avatar babbsgit commented on June 27, 2024

can you send your installer here?

from injdrv.

babbsgit avatar babbsgit commented on June 27, 2024

@wbenny try to download the setup:
https://go.microsoft.com/fwlink/?linkid=2085767

from injdrv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.