Skip to main content

Questions tagged [winrt]

WinRT is the new API for Windows development from Windows 8 onwards.

6 votes
1 answer
2k views

Summary I am developing a WAV file format reader under WinRT, and for this I need to read random amounts of structs consisting of fundamental types such as int, uint, float and so on. Back in ...
aybe's user avatar
  • 955
0 votes
1 answer
3k views

I want to create a windows 10 universal to-do app with offline sync capability. So I checked out this tutorial which helped me to get started on the offline functionality. But I was wondering how ...
AbsoluteSith's user avatar
23 votes
1 answer
9k views

Why did Microsoft choose to change the resources management system from .NET's RESX files? RESX had useful code generation, providing developers auto-completion for resources names and outputting ...
pleasereset's user avatar
7 votes
1 answer
5k views

Our business is considering writing a line of business application for tablets to enable road warriors and executives access our data. This will be primarily used for dashboards, reports and some form ...
Kharlos Dominguez's user avatar
1 vote
1 answer
251 views

As from March 2013, Microsoft allows Adobe Flash content to play by default on its immersive Internet Explorer 10: http://redmondmag.com/articles/2013/03/11/new-ie-10-flash-policy.aspx When asked ...
Mika's user avatar
  • 113
3 votes
1 answer
298 views

I am very much confused about these. I would like to develop app for windows 8 , Windows RT , and windows mobile. I have windows 8 OS installed in my laptop. As far as I know, Windows RT is for ARM ...
Prasad's user avatar
  • 141
0 votes
2 answers
513 views

I am making a paid App for Windows 8, c#. I am wondering which is better? If my application doesn't need internet connection normally but does requires internet connection for the first time to ...
wtsang02's user avatar
  • 394
36 votes
2 answers
18k views

I was considering taking up the challenge of learning C++ for designing Metro apps and that's when I came across C++/CX. Can Metro apps be coded in C++ 11? Do they require C++/CX to work? And what ...
Ein Doofus's user avatar
14 votes
2 answers
1k views

Microsoft (chiefly, Herb Sutter) recommends when using WinRT with C++/CX to keep WinRT at the boundaries of the application and keep the core of the application written in standard ISO C++. I've ...
Bret Kuhns's user avatar
7 votes
2 answers
2k views

From my understanding creating an application that runs on multiple architectures requires virtualization, and virtualization reduces performance since it creates a layer of abstraction. With Windows ...
jerrykobes's user avatar
30 votes
2 answers
22k views

I just read that there will be two versions of Windows available: Windows RT and Windows 8. Could someone please describe what the differences between Windows RT and Windows 8 are? And how these ...
jerrykobes's user avatar
0 votes
2 answers
621 views

WinRT: is it really about calling WIN32 (wrapped in COM (exposed as .NET)) via a proprietary extension of C++? That looks like a lot of wrappers and layers between the developer and the actual ...
mlvljr's user avatar
  • 1,249
3 votes
1 answer
917 views

Has Microsoft made any indication of WinRT's current or future relationship with server development (such as ASP.NET)? While it's been made clear that WinRT is the intended future of Windows UI ...
Richard Szalay's user avatar
9 votes
1 answer
692 views

I support a VB6 application. It's currently being replaced, module by module, with .NET (including a lot of new features as we go). The GUI is in WPF, but with almost zero coupling to the business ...
Scott Whitlock's user avatar
6 votes
3 answers
2k views

So I'm reading up about the differences between the old and the new APIs, and I can't find whether the new WinRT API will provide for desktop apps, so far it seems its only available to write Metro ...
gbjbaanb's user avatar
  • 48.8k