parsec-sdk icon indicating copy to clipboard operation
parsec-sdk copied to clipboard

Windows on ARM (arm64-windows) build compatibility issues

Open jonshipman opened this issue 5 years ago • 0 comments

In the examples the targets for x64 and x86 are determined by a BITS constant. Recommend switching to IsWow64Process2 to support ARM64.

https://docs.microsoft.com/en-us/windows/win32/api/wow64apiset/nf-wow64apiset-iswow64process2

The dll and lib files in the sdk\windows folder also need ARM64 compiled binaries.

jonshipman avatar May 20 '20 14:05 jonshipman