Someone wanna chime in and tell me what I'm doing wrong?
I have a #Windows shell extension, built for x86, arm64X (arm64 + arm64EC), and a host process of arm64.
The shell extension either works in arm64 Explorer (when built as arm64), or in any x64-emulated process (when built as arm64X, or arm64EC). But, it doesn't for both (x64-emulated, and arm64 process).
I've tried all combination (ARM64 only, ARM64EC only, ARM64X).

#Microsoft #Cpp #Win32 #Programming #Developer