2

Is it possible to write a console EXE app like "hello, world!" for Surface RT?

I thought it suffice to compile it for ARM, but it seems there's no such compile option.

I installed Office 2013 RT and I found the Excel.exe. So can I write such EXE, too?

If only Windows Store app is allowed for Surface RT, why provide a "desktop" ?

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
smwikipedia
  • 61,609
  • 92
  • 309
  • 482

2 Answers2

4

No it is not allowed. The reason desktop mode exists is most likely so you can use Office on the RT device. But otherwise, they are locking down the device so you cannot do all that crazy Win32 stuff that can kill performance and battery on an RT device.

Szymon Rozga
  • 17,971
  • 7
  • 53
  • 66
1

You can also write sophisticated HTML websites that behave like apps like this: https://www.pulse.me/ Websites in IE10 can

  1. Have a snapped mode
  2. Have a large tile
  3. have a badge number indicator

http://www.buildmypinnedsite.com/ for more details.

Michael S. Scherotter
  • 10,715
  • 3
  • 34
  • 57