Earlier quoted context omitted.
(disclaimer, I'm a Microsoft employee and this is only my opinion). There's an important distinction which often don't see discussed when this topic comes up: It can be very dangerous to install a program on your machine, but an 'app' comes with some assurance. People often think of the app store as a method for MS to grab your money, but in my opinion it fixes many of the installation/deployment problems that have e…
This sounds nice and reasonable, but I think it's a post hoc explanation that doesn't quite work. Look at the language in the linked article. It talks about converting my "Win32 apps" into "Universal Windows Platform apps". But those legacy programs aren't "apps" within the meaning you've laid out.
Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
51–60 of 68 posts
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#52Let's say I'm building something like an IDE, where I'm not targeting Xbox or phones. Is UWP appropriate for me? Should I aim to be on the Windows Store?
I don't know if it still holds for the cuddly "new" Microsoft... but tread carefully. Windows Store is curated and thus more restrictive than straight Win32 app development would be.
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#53What ever happened to programs? Was there something about that word that terribly offended people? Too hard to type out? Is 'app' soon going to be replaced by some kind of pictogram? Enquiring minds want to know.
In my mind an app is a sandboxed, focused thing that lives in a single window and behind a single launcher icon. application or program or any other older term from before iOS introduced "apps" could be a collection of a half-dozen different entries in your start menu, or an application like GIMP that scatters a bunch of different windows around your screen. "App" implies a level of simplicity.
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#54Is Centennial the same approach?
Or is it a wrapper around your app, taking your straight executable and just failing OS calls that are not supported and forbidden?
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#55Earlier quoted context omitted.
That's true, but only because there isn't a great story in UWP for underlying services. Non-sandboxed applications and services are not a sustainable strategy anymore.
I wonder how long they'll stick to UWP. In 2 years they probably have another cool next thing.
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#56It's weird to hear "win32" called "legacy". Last I checked everything from "wininit.exe" to "svchost.exe" to "winlogon.exe" were win32 (or win64) applications. Guess the entire base operating system is legacy! :O
What exactly is win64? The API is still called win32, even if used in a 64-bit executable. Can somebody explain it? Was there a failed win64 API attempt at some point like WinFS and other stuff?
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#57Let's say I'm building something like an IDE, where I'm not targeting Xbox or phones. Is UWP appropriate for me? Should I aim to be on the Windows Store?
UWP is another story. With UWP, you have to deal with the mobile-like app lifecycle of getting randomly suspended and/or shut down. This is a hassle to deal with but understandable on a mobile device. For something as heavy, complex, and background-processing intensive as an IDE, it doesn't make sense to me.
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#58Earlier quoted context omitted.
Even before the iPhone came out, people used the abbreviation "app" for "application". Source: I was around then ;)
True, especially with OS X having .app file extensions. I still called them "Applications" more often than not though.
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#59Earlier quoted context omitted.
Actually, a lot of what you see in Windows 10 is running on top of UWP.
Some of the UI apps perhaps, but if you ripped out win32, I don't think you'd have a very usable machine left to log on to?
Re: Microsoft Announces Converter for Bringing Win32 Apps to the Windows Store
#60Earlier quoted context omitted.
You're decades late on this. "App" has been used as a shorthand way to refer to programs for a loooong time. Random example, Apple had an object oriented framework called MacApp in 1985.
To me, "app" was just short for "application", and it usually implied something more than a program. A program was more of an individual binary and its data files. An application could be a suite of programs; basically, it was a superset of "program" that could include multiple binaries acting toward a common purpose. An "App" (mobile-style) is a new word. It implies (again, to me) a sandboxed program with a simplifi…