Visual C++ Build Tools 2015

Is is possible to build a driver with Visual C++ Build Tools 2015 and WDK
10?

I am trying to get this working on a Teamcity build agent but I am getting
errors like:

fatal error C1083: Cannot open include file: ‘portcls.h’: No such file or

directory

Looking at the compile task command line I see that its using an invalid
include directory:

/I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\km\"

The “km” sub-directory does not exist (10.0.10240.0 refers to the Win10
SDK I think) it should be:

/I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\km\"

I have tried repairing the WDK 10 and reinstalling but it does not help. Is
it actually possible to use the Visual C++ Build Tools without installing
Visual Studio?

Do you have vs Update 2 installed? The RTM, not rc?

mm
On Apr 27, 2016 10:02 PM, “Daniel Newton” wrote:

> Is is possible to build a driver with Visual C++ Build Tools 2015 and WDK
> 10?
>
> I am trying to get this working on a Teamcity build agent but I am getting
> errors like:
>
> fatal error C1083: Cannot open include file: ‘portcls.h’: No such file or
>> directory
>>
>
> Looking at the compile task command line I see that its using an invalid
> include directory:
>
> /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\km\“
>>
>
> The “km” sub-directory does not exist (10.0.10240.0 refers to the Win10
> SDK I think) it should be:
>
> /I"C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\km\”
>>
>
> I have tried repairing the WDK 10 and reinstalling but it does not help.
> Is it actually possible to use the Visual C++ Build Tools without
> installing Visual Studio?
>
>
>
>
>
>
> — NTDEV is sponsored by OSR Visit the list online at: MONTHLY seminars
> on crash dump analysis, WDF, Windows internals and software drivers!
> Details at To unsubscribe, visit the List Server section of OSR Online at

I am trying to build *without* VS and instead with Visual C++ Build Tools 2015

Oh, sorry.

mm
On Apr 27, 2016 10:14 PM, wrote:

> I am trying to build without VS and instead with Visual C++ Build Tools
> 2015
>
> —
> NTDEV is sponsored by OSR
>
> Visit the list online at: <
> http://www.osronline.com/showlists.cfm?list=ntdev&gt;
>
> MONTHLY seminars on crash dump analysis, WDF, Windows internals and
> software drivers!
> Details at http:
>
> To unsubscribe, visit the List Server section of OSR Online at <
> http://www.osronline.com/page.cfm?name=ListServer&gt;
></http:>

That’s OK. I just want to know if this I possible or not… Or whether I should just report that the build server needs full Visual Studio to build drivers

Take a look at the Enterprise WDK
https://msdn.microsoft.com/en-us/windows/hardware/mt612818.aspx?f=255&MSPPEr
ror=-2147217396 This is essentially the WDK with Build Tools.

Don Burn
Windows Driver Consulting
Website: http://www.windrvr.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Thursday, April 28, 2016 5:27 AM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Visual C++ Build Tools 2015

That’s OK. I just want to know if this I possible or not… Or whether I
should just report that the build server needs full Visual Studio to build
drivers


NTDEV is sponsored by OSR

Visit the list online at:
http:

MONTHLY seminars on crash dump analysis, WDF, Windows internals and software
drivers!
Details at http:

To unsubscribe, visit the List Server section of OSR Online at
http:</http:></http:></http:>

Thanks Don that’s exactly what I needed

On Thu, Apr 28, 2016 at 10:31 PM, Don Burn wrote:

> Take a look at the Enterprise WDK
>
> https://msdn.microsoft.com/en-us/windows/hardware/mt612818.aspx?f=255&amp;MSPPEr
> ror=-2147217396 This is essentially the WDK with Build Tools.
>
>
> Don Burn
> Windows Driver Consulting
> Website: http://www.windrvr.com
>
>
>
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of
> xxxxx@gmail.com
> Sent: Thursday, April 28, 2016 5:27 AM
> To: Windows System Software Devs Interest List
> Subject: RE:[ntdev] Visual C++ Build Tools 2015
>
> That’s OK. I just want to know if this I possible or not… Or whether I
> should just report that the build server needs full Visual Studio to build
> drivers
>
> —
> NTDEV is sponsored by OSR
>
> Visit the list online at:
> http:
>
> MONTHLY seminars on crash dump analysis, WDF, Windows internals and
> software
> drivers!
> Details at http:
>
> To unsubscribe, visit the List Server section of OSR Online at
> http:
>
>
> —
> NTDEV is sponsored by OSR
>
> Visit the list online at: <
> http://www.osronline.com/showlists.cfm?list=ntdev&gt;
>
> MONTHLY seminars on crash dump analysis, WDF, Windows internals and
> software drivers!
> Details at http:
>
> To unsubscribe, visit the List Server section of OSR Online at <
> http://www.osronline.com/page.cfm?name=ListServer&gt;
></http:></http:></http:></http:>