Questions tagged [windows-arm64]

For questions regarding the Microsoft Windows operating system for Arm64 processor architecture.

12 questions
3
votes
0 answers

How to natively build Windows 11 device drivers for ARM64 on an ARM64 system?

How to natively build Windows 11 device drivers for ARM64 on an ARM64 system? Using: Windows 11 21H2 on an ARM64 virtual machine (host: MacBook M1) Visual Studio 17.5.2 Windows Driver Kit 10.0.22621.382 I have a simple WDM driver for Windows…
Thierry Lelegard
  • 423
  • 2
  • 11
3
votes
3 answers

How to install SciPy and Numpy on Windows on ARM64

I need numpy and scipy to perform some signal analysis. Has anyone succeeded in doing this? (I am interested in running it natively, not via virtualenv). My ultimate goal is to build an exe from the python script that uses numpy and scipy that can…
1
vote
0 answers

microbit is unable to flash board with a Windows ARM64 laptop

When using a Windows 11 ARM64 laptop, I encounter difficulties flashing my microbit program to the board. Could you please advise if there are any plans to support the Windows ARM64 platform in microbit or WebUSB? Coding completed a microbit…
Gary Hu
  • 11
  • 1
1
vote
1 answer

Windows SDK compiler error in MAUI app: WMC0621 Cannot resolve 'GenXbf.dll' under path

I've always had success building this project of mine that is based on MAUI, however today it started failing with this error when trying to compile it in Visual Studio for Windows: Error WMC0621 Cannot resolve 'GenXbf.dll' under…
knocte
  • 16,941
  • 11
  • 79
  • 125
1
vote
1 answer

cross compile a c program with visual studio community

I am working on an ARM64 computer with Windows 10 (Windows ARM). I have installed Visual Studio Community. I can create C/C++ Console programs. It works fine. But generated binary files are compiled for an ARM target. Is there a way to generate x86…
Bob5421
  • 7,757
  • 14
  • 81
  • 175
1
vote
2 answers

What is each `Program Files` folder purpose in Arm64 architecture?

Trying to re-build an app but targeting Arm64 and craft a proper installer. There are 3 Program Files folder: C:\Program Files\ C:\Program Files (Arm)\ C:\Program Files (x86)\ What is the purpose of each folder? Where should an app built for Arm64…
Gerardo Grignoli
  • 14,058
  • 7
  • 57
  • 68
0
votes
0 answers

Crash in UWP app on ARM64 device while executing the API 'AcquireTokenInteractive' for MS Feed sign-in

On ARM64, the app crashes with an exception in SharedLibrary.dll while executing the API AcquireTokenInteractive for MS Feed sign-in. It works properly on x64 devices. Found a similar problem in this post. The only workaround solution mention in…
Md. Faisal Habib
  • 1,014
  • 1
  • 6
  • 14
0
votes
1 answer

.NET 7 app developed from Arm64 won’t run on x64

I’m developing a .NET 7 app on Windows 11, Arm64. Compiling for “any CPU”. When trying to run the app in X64 computers, I get an error saying “This app can’t run on your PC”. The computer has .NET 7 SDK and runtime installed. If I compile the app…
maxo
  • 97
  • 9
0
votes
0 answers

How can I use an arm64 emulator on Android studio on a Windows PC to run Snapchat APK?

Recently I hired a developer to create some scripts using the Snapchat APK. It works perfectly using an arm64 emulator on Mac with just about any Snapchat APK. The issue is I'm unable to run arm64 emulators on my windows pc and all of the Snapchat…
0
votes
0 answers

Wpf application which target framework is 4.8.1 and target platform is AnyCpu can't startup when starting as arm64

I startup my wpf application by the following command. start /MACHINE arm64 MyWpf.exe I will encounter the error "The Application was Unable to Start Correctly (0xc000007b)". But when I startup it as x86, it works well. The target framework of my…
ZHANG Luyao
  • 101
  • 1
-1
votes
1 answer

"Missing" Microsoft.AspNetCore.App.Runtime.win-arm & Microsoft.NetCore.App.Runtime.win-arm: Can't Build

In the process of upgrading a solution to .net 8 I've run into a build error I can't get around. In short, I get two errors about missing Microsoft.*..win-arm Nuget Packages being unavailable to restore or install/find. error NU1102: Unable to find…
David Gerding
  • 232
  • 3
  • 10
-1
votes
1 answer

Which ARM64 processors support the PACIB instruction?

I'm trying to do some tests with the PACIB instruction but it looks that my M1 processor does not support it (I'm trying on Windows 11 with Parallels) I have an older Snapdragon PC (Samsumg Galaxy Book S) with Windows but it does not support it…
raff
  • 339
  • 2
  • 12