Assuming I’m programming in native (unmanaged) c++ and want to compile my application to x86, x64 and ARM:
- How can I publish my application to Windows 8 store to support all three CPU architectures?
- Can I publish 3 apps with same name but different CPU architecture?
When you create an app package, you will have the option to choose what kind of CPU you want to support.