parsec-cloud / parsec-sdk

Low latency, peer-to-peer, interactive streaming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows on ARM (arm64-windows) build compatibility issues

jonshipman opened this issue · 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.