Windows 8 fat binary (exe for x86 & ARM)

前端 未结 3 457
逝去的感伤
逝去的感伤 2021-01-17 18:01

Does anyone (here) know if Windows 8 will have a sort of fat exe that one can compile with Visual Studio 2012 that will be supported on both ARM and x86 machines? I am guess

3条回答
  •  不要未来只要你来
    2021-01-17 18:57

    The need for fat binary support in Windows 8 is mitigated by the requirement that binaries for the ARM platform be distributed through the Windows app store. Modern apps are compiled to a single package.

提交回复
热议问题