geteduroam / windows-app

Windows application for geteduroam
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Multi-arch support #9

Closed jornane closed 1 year ago

jornane commented 3 years ago

There is a Windows version for ARM and ARM64. Microsoft has made it possible to run 32-bit Intel binaries on ARM platforms, but not 64-bit Intel binaries. This is a problem because 32-bit binaries for geteduroam do not work fa826f3, so we need to build different versions of the application.

pbsds commented 3 years ago

Looking good! This PR is missing WpfApp, which is the new GUI currently being developed. We could also remove x86 entirely while at it. Would be nice with some ARM hardware to test with, perhaps a RPi would suffice.

I have a slight fear this might not work since we link with win32 DLLs, and i fear this might have moved on ARM.

pbsds commented 3 years ago

Documenting what you need to install in visual studio would also be nice

jornane commented 1 year ago

The app works in emulation mode, but this PR doesn't really seem to work for compiling to ARM.