You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Done for specific environment on Windows in 1a26181:
Windows SDK Version: 8.1
Platform toolset: Visual Studio 2017 (v141)
Platform: x86 and x64
The built demos now runs on Win7/10 x64 without any additional configuration. For Win7/Win10 x86, the property of demo projects should be changed to x86 (Not AnyCPU and prefer 32bit).
Note: Native dll and pdb files are copied with NativeLibraryCopier.exe in the pre-build event of C# projects. The copier has taken all platforms(x64/x86) and Debug/Release version into consideration.
We must ensure that the following process is never interrupted by any errors that is hard to solve.
Some hard errors that should be avoided:
Target: Clone, build C# projects and run demos seamlessly on Win10 with VS2017 only.
The text was updated successfully, but these errors were encountered: