Page 1 of 1

Modifying CE driver - Need help - C1083

Posted: Mon Jan 15, 2024 12:44 pm
by CYBER_PUNK
I am coming from this:
Spoiler
1: I assume that the process would work with VS 2022 just as well as 2019.
2: Something is wrong, environment variables are missing in path, I am getting error C1083 in VS
3: should I use the VS installer to install everything he installed outside of the VS Installer? (SDK, WDK)
4: should I install same versions as he does in the video like v142 as opposed to v143 which is now available (latest), SDK and WDK or the version he is uses?

Perhaps some helpful info:
Spoiler
[Link]
[Link]
[Link]
[Link]
[Link]
Merry Christmas

Re: Modifying CE driver - Need help - C1083

Posted: Wed Jan 17, 2024 8:20 pm
by fade2gray
The guide worked for me using VS2019.

Looking in add/remove programs, I see the following listed:

Windows Driver Kit - 10.0.19041.65
Windows Software Development Kit - 10.0.17763.132
Windows Software Development Kit - 10.0.19041.685
Windows SDK AddOn - 10.1.0.0

The two SDKs - one is for VS2019 and the other for VS2022 (can't remember which is which) - I use VS2022 for building the other .sln files such as for the tcc libraries required for SpeedHack to function properly.

Regarding "v142 as opposed to v143"; it's been a while since I manually built the driver (I use a script to auto build), but I think a pop-up dialogue prompts you to retarget the solution at some point during the build - just accept it.

Re: Modifying CE driver - Need help - C1083

Posted: Sun Jan 21, 2024 7:52 pm
by CYBER_PUNK
fade2gray wrote:
Wed Jan 17, 2024 8:20 pm
The guide worked for me using VS2019.

Looking in add/remove programs, I see the following listed:

Windows Driver Kit - 10.0.19041.65
Windows Software Development Kit - 10.0.17763.132
Windows Software Development Kit - 10.0.19041.685
Windows SDK AddOn - 10.1.0.0

The two SDKs - one is for VS2019 and the other for VS2022 (can't remember which is which) - I use VS2022 for building the other .sln files such as for the tcc libraries required for SpeedHack to function properly.

Regarding "v142 as opposed to v143"; it's been a while since I manually built the driver (I use a script to auto build), but I think a pop-up dialogue prompts you to retarget the solution at some point during the build - just accept it.
I am confused whether the versions need to be specific, or whether the latest version is always the better option. Be it the WDK, VS 2019 / VS 2022, SDK.

Also why are all these pre-reqs just not installable through the VS installer?

Not sure what that sdk addon you got installed is.

What is this script? Doesn't that ruin the point of customizing it so it is harder to detect? As you manually pick the manufacturer name and whatnot?


Thanks for the reply, I was surprised, thought more people would reply.

Re: Modifying CE driver - Need help - C1083

Posted: Fri Jan 26, 2024 1:45 pm
by fade2gray
Here's a demo of what the script does -

Re: Modifying CE driver - Need help - C1083

Posted: Sat Mar 09, 2024 6:06 pm
by Fasting9181
fade2gray wrote:
Fri Jan 26, 2024 1:45 pm
Here's a demo of what the script does -
this is amazing, could you share the link? I still can’t get the driver to build ((

Re: Modifying CE driver - Need help - C1083

Posted: Sun Mar 10, 2024 5:12 pm
by Paul44
^^ i can understand that he/you do not want to share that tool, considering the amount of work that goes/went into it. But it would sure be nice to publish a recent/compiled CE vs though... (not all of us are VS affiliates in case you are wondering)
ps: I would instantly try it out on 'COD WW2' (for good reason :ph34r: )