Questions tagged [windows-rt]

Windows RT is a version of Windows 8 for ARM devices. Use this tag only for questions about Windows RT. For questions about the Windows Runtime ("WinRT"), use [windows-runtime].

Windows RT is a version of Windows 8 running on devices with ARM architecture. Microsoft's reference implementation of the Surface tablet provides Windows RT and offers a NVIDIA Tegra 3 Quad Core running at 1.30GHz with 2.00GB of RAM.

The OS isn't typically sold in a box or as a download, but rather preinstalled on a device - typically a slate tablet.

The main difference from other Windows 8 versions is that it does not allow to install old -based desktop applications, only -based , except some Microsoft applications like Office or system ones.

231 questions
0
votes
1 answer

Load an assembly from a DLL in Windows Store apps

I am trying to write a code editor in WinRT that will make the Surface RT and Surface 2 a viable device for people who write code using Visual Studio by bringing light weight code editing functionality to Windows RT in a Windows Store app (No…
0
votes
1 answer

Unreal Engine and Windows RT / Windows 8

I am new to game development and I found here that Unreal Engine is available for Windows RT/Windows 8. I would like to make a very simple game for Windows 8(RT) but I see there is no support in UDK. Is there a "magic button" to export a game…
Alex G
  • 1
  • 1
0
votes
3 answers

Where is sockaddr_in in Windows RT?

According to MSDN (VS2012 version), sockaddr_in is defined in winsock2.h. There are no exceptions stated (similar to what we see with Windows Phone and some API calls). Yet when I try to compile a file which uses sockaddr_in and includes winsock2.h,…
jww
  • 97,681
  • 90
  • 411
  • 885
0
votes
1 answer

How to test the developed app in Windows 8 RT

Recently I had developed a C#/XAML METRO Application, I created the package which generated the Add-AppDevPackage.ps1 and all other files from VS2012. How to deploy this package in real device for testing in Surface RT tablet?
Krth
  • 116
  • 2
  • 10
0
votes
0 answers

Windows, ARM, and difference between `include\shared` and `include\um`?

I'm compiling source code from the command line using VS2012 ARM Cross Tools Command Prompt. I found I needed to add _ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE to get the project to begin compiling. A number of files compile cleanly. For example: …
jww
  • 97,681
  • 90
  • 411
  • 885
0
votes
1 answer

Metro app working properly when deployed in windows 8 desktop machine & emulator, but not working properly on surface RT Tablet?

i am developing a C#/XAML windows 8 Metro app, The application works properly on a Windows 8 machine and emulator, but not on the Surface RT tablet. For example, I have a combobox in one of my screens and I bind the data to the combobox and set a…
0
votes
1 answer

ScheduleActionService for Windows RT

i used this code for my windows phone app. Settings = new dmWFSettings(); Settings.TilePeriodicTask = ScheduledActionService.Find("eWorkflow") as PeriodicTask; if (Settings.TilePeriodicTask != null) { Settings.TilePeriodicTaskEnabled =…
Arrie
  • 1,327
  • 5
  • 18
  • 39
0
votes
2 answers

Send files between wp8 and windows rt

I have been trying to figuring out if it is possible to send files between a wp8 device and a windows rt (Surface). Some people seem to write that this is possible but they never write how to do this. So what I want to do is 1. record a video with…
user1842278
  • 1,039
  • 1
  • 12
  • 25
0
votes
1 answer

Build Server and Windows 8 / RT Apps

I've a windows 8 app and a windows 2012 Build Server with Jenkins and / or Finalbulder Contiua. No I can only install Visual Studio for WinRT Apps only on Windows 8 or later. So this means ,that my build server has to be windows , right is there a…
0
votes
0 answers

Streaming video using Windows RT?

I'm trying to stream video in my C# Windows RT app for Windows 8. I want to do this through FTP. Let's say I have a stream open to the file that I want to view, or some kind of buffer. How do I send this on to Windows 8, so that it can display my…
Martin Sax
  • 1,122
  • 7
  • 11
0
votes
1 answer

User32.dll!NtUserWindowFromPoint getting corrupt when loaded by Mumble on Windows RT

I'm working on porting Mumble over to Windows RT (using the jailbreak), and I've hit an issue where this one function is getting corrupted when Mumble loads. Mumble (Corrupt function): 0:000> dq user32.dll+0x023918 77a63918 47c3004244696841…
0
votes
1 answer

FileIO with Windows Rt and C#

Wow, is this way more complicated than it needs to be. Can someone explain to me why the following code works: string stringToWrite = "SomeStuff"; Windows.ApplicationModel.Package package = Windows.ApplicationModel.Package.Current; …
mrasmussen
  • 55
  • 1
  • 7
0
votes
1 answer

Save XML document Windows RT development

So far manipulating XML (reading/writing) has been a bit more challenging than standard windows. I am trying to open the config file for editing, make changes and then save the file again to disk. I can open the file as a StorageFile, convert it to…
mrasmussen
  • 55
  • 1
  • 7
0
votes
2 answers

Script to run at startup on Windows RT

I have a python script which basically lauches an Xmlrpc server. I need this script to run always. I have a function that may call for the system to reboot itself. So once the system has rebooted, I need to get the script running again. How can I…
Kiran6699
  • 454
  • 3
  • 6
  • 15
0
votes
1 answer

Windows RT IE10 vs Windows 8 IE10

What is the difference between IE10 on Windows RT and IE10 on Windows 8? Is the IE10 on both the platform has same HTML, CSS and Script engine?
Dom
  • 101
  • 1
  • 9
1 2 3
15
16