2021-09-30 15:07 (UTC-0700), Menon, Ranjit: > [...] > > <ItemDefinitionGroup > > Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> > > <ClCompile> > > - <WppEnabled>false</WppEnabled> > > + <WppEnabled>true</WppEnabled> > > <WppRecorderEnabled>true</WppRecorderEnabled> > > - <WppScanConfigurationData > > Condition="'%(ClCompile.ScanConfigurationData)' == > > ''">trace.h</WppScanConfigurationData> > > + <WppScanConfigurationData > > Condition="'%(ClCompile.ScanConfigurationData)' == > > ''">virt2phys_trace.h</WppScanConfigurationData> > > This change is also required for the 'Release|x64' configuration, > otherwise 'Release' builds fail.
Thanks Ranjit, will fix in v3. > <snip!> > > Also, it appears the newer version of the compiler (combined with the > new version of WDK/SDK), requires that the driver signing process > mandate a File Digest Algorithm (using the /fd option). It is a warning > today, but they claim it could become a requirement in the future. Yes, it started with WDK 22000.1. On my system it's an error, not a warning. I think I'll create a separate series with trivial fixes like this, so that it can be merged quickly and fix the build with newer WDK.