microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.92k stars 4.93k forks source link

Fixes for sample build errors and updates to the execution script to use new build flags #1078

Closed zlockard closed 8 months ago

JakobL-MSFT commented 8 months ago

The change looks great. I have submitted two additional commits, First a small comment change, and secondly an updated exclusion.csv file. With this the repo builds cleanly for the develop branch using GE WDK. However for NI WDK this PR makes 34 drivers fail to build. I have sent details offline.

JakobL-MSFT commented 8 months ago

I merged with recent changes to the develop branch. I also updated as follows:

This works great with GE EWDK.

However, for NI WDK this PR makes 33 drivers fail to build. I have sent details offline.