Free Desktop Software Development Dead In Windows 8
benfrog writes "Microsoft has decided to restrict Visual Studio 11 Express, the free-to-use version of its integrated development environment, to producing only Metro-style applications. Those who would like to produce conventional desktop applications or command line -based applications are stuck with Visual Studio 2010 or buying the full version. Microsoft announced the Visual Studio 11 lineup last week."
This isn't a dumb decision at all. It's the consequence of a dumb decision. VS Express was put out to get people to switch to .NET development. Now that they're trying to shift from .NET to WinRT or whatever it's called this week, the tools aren't needed any more but the WinRT versions are. Look further down the stack and this change makes sense in a Microsoft way.
There is no reason you have to release your code under the GPL if you use the Qt libraries. Qt is licensed under the LGPL.
My blog, if you're interested: http://www.purp
Windows 8 WDK won't include one. Neither will the Windows 8 SDK.
The Qt SDK has an option to be used with LGPL v 2.1 which will allow developers to release proprietary executables without being required to release their source code. Source release is only required if the developers make changes to the Qt SDK itself, which usually shouldn't be an issue. There's also a commercial license available if even this is too onerous.
You are forced to release your software as GPL if you use the QT sdk tough.
No you aren't. Get your facts straight.
Too many windows fanboys/paid flacs have Slashdot accounts these days and mod anything that has legit criticism of MS products down...I've been watching this happen for the past little while here...and I would not be suprised if many of the IP address of those moding down post that are critical of MS come from Microsoft campuses or those employed by MS.
Not quite; note the time of the article and the time of the first post. Yes, even beating out the first post trolls. Here, let me repeat that just to make sure it doesn't get lost in other sentences:
That post beat out the first post trolls.
We've had an infestation of not-at-all-subtle paid Microsoft shills with ready-made posts like that in here for a while, desperate to astroturf wherever they can. The mods are going to downvote them to oblivion, simple as that. It's just that there's no "-1 Spam" or "-1 Shill" mod, so "-1 Troll" is the closest we've got.
Just download the MS SDK. It's been free for years and includes the compiler et al. It's only the pretty IDEs that are a problem.
Not anymore:
"The Windows SDK no longer ships with a complete command-line build environment. The Windows SDK now requires a compiler and build environment to be installed separately."
The Windows SDK won't ship with MSVC, but Visual Studio Express 11 still does. Visual Studio Express 11 still includes the full compiler toolkits and you're free to use those however you want as you could with the Windows SDK. But the IDE itself will only support creation of Metro-style projects.
1) That you haven't read the article. Not only is Microsoft dropping the free edition of Visual Studio, they're also dropping the compiler from Windows SDK, therefore forcing you to buy the paid version of Visual Studio or, some people are suggesting here, rip the compiler out of the "free" Metro version of Visual Studio (I'm assuming that they found some guarantee by Microsoft that they will always make this hack possible both technically and legally).
2) That you haven't ever used an open source IDE, as there are some which are perfectly competitive with Visual Studio (Netbeans, QT creator).