Linked by Thom Holwerda on Mon 21st May 2012 20:03 UTC
Thread beginning with comment 519002
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[6]: "19th Century Dentist"
by Nelson on Tue 22nd May 2012 15:15
in reply to "RE[5]: "19th Century Dentist""
WinRT is an object oriented API with a cross language object model, strong versioning, and brokered permissions. Its not mutually exclusive to metro apps.
In my C++ desktop app, I use WinRT(via WRL) to use networking stuff and behave better wrt mobile networks, data caps, etc. Its all asynchronous using ISO C++, and works a hell of a lot better than writing a wrapper over I/O CP.
Its not ust Metro that benefits, this will make Desktop apps better.
RE[7]: "19th Century Dentist"
by contextfree on Wed 23rd May 2012 00:49
in reply to "RE[6]: "19th Century Dentist""
RE[7]: "19th Century Dentist"
by Moochman on Wed 23rd May 2012 12:24
in reply to "RE[6]: "19th Century Dentist""
WinRT is an object oriented API with a cross language object model, strong versioning, and brokered permissions. Its not mutually exclusive to metro apps.
In my C++ desktop app, I use WinRT(via WRL) to use networking stuff and behave better wrt mobile networks, data caps, etc. Its all asynchronous using ISO C++, and works a hell of a lot better than writing a wrapper over I/O CP.
Its not ust Metro that benefits, this will make Desktop apps better.
In my C++ desktop app, I use WinRT(via WRL) to use networking stuff and behave better wrt mobile networks, data caps, etc. Its all asynchronous using ISO C++, and works a hell of a lot better than writing a wrapper over I/O CP.
Its not ust Metro that benefits, this will make Desktop apps better.
This is kind of missing the point. MS has completely blocked desktop apps from running on Windows on ARM and in addition they are removing support for developing desktop apps from the Express edition of Visual Studio. So basically they are strongly "encouraging" everyone to scrap desktop apps and move to Metro.





Member since:
2008-07-06
Of course the deprecation of Win32 does not have anything to do with its technical merits or capabilities. WinRT exists for Appstore lock down. It is a business decision not a technical decision, or a decision based on what costumers want. Its based on what customers apparently will tolerate (based on the success to date of iOS) and the fact that MSFT wants 30% of every app sold. Its a straight money grab. If they thought they could do what they are doing with Win32 there would be no WinRT.