Enabling 32-bit on Windows WPF
Version 5.3.5 of the WILL SDK for ink removed 32-bit functionality by default. In order to re-enable it, the following adjustments need to be made within WILL3-DemoApp-WPF.csproj
.
32-bit
<PackageReference Include="Microsoft.Wpf.Interop.DirectX-x86">
<Version>0.9.0-beta-22856</Version>
</PackageReference>
64-bit
<PackageReference Include="Microsoft.Wpf.Interop.DirectX-x64">
<Version>0.9.0-beta-22856</Version>
</PackageReference>