Microsoft Plans to open sources for Windows Forms 29
prostoalex writes "Shawn Burke from Microsoft says they are ready to ship sources for Windows Forms for .NET Framework 2.0 and asks for specific advice on accomplishing that (specifically, a smart comment tool). Windows Forms contains .NET framework classes for building GUI applications."
Oy vey... (Score:3, Interesting)
God knows, Microsoft would not be the only group to have the need to strip/edit source code comments. I believe we should try to be constructive instead of 320 comments rated 0 or 1 that trash Microsoft for having naughties in the comments. Every bit of code I've ever seen tends to have jokes, sarcastic quips, etc embedded.
I can only imagine what the comments might be though. Maybe stuff like
/* next 10 lines stolen directly from OpenBSD */
or maybe
/* add the next bit to ensure that this code will *never* work in Gecko!! Hahahaha */
And this affects us .. how? (Score:4, Interesting)
Re:And this affects us .. how? (Score:1)
Helpful maybe? (Score:3, Interesting)
As a user and developer of both custom 'Doze software (by day, for $) and OSS (at night, not yet for $) . . .
Microsoft is not likely to release these under a genuinely Free or Open Source license . . . but . . . they will be helpful to me as a 'Doze developer by helping me find and work around and/or fix implementation bugs in Windows.Forms.
I've thus far not had a use for Mono or Dot.GNU, but I suspect that the release will help them for the same reason it will help me: they won't be able to use the source directly but it will help them to find and either fix or (if necessary) re-implement Microsoft bugs upon which software may rely.
probably not helpful (Score:2)
Generally, unless software comes with a known, proven free or open source license, do not look at the code. Otherwise, you may find yourself in legal hot water, and you may find yourself banned from many open source projects.
Re:probably not helpful (Score:1)
Re:probably not helpful (Score:2)
Nota bene: this is a free sample of crack cocaine (Score:3, Insightful)
If you use classes which depend on .NET, your
application is dependent on code that's part
of a monopoly platform.
If you expect it to run anywhere than on Windows you have to depend on MS not using license terms, embrace-and-extend and patents to make mono fail. Or they can just keep changing the implementation as fast as they can ship out updates, and wear the mono folks out retaining the existing functionality, leaving them unable to add to the framework.
Remember how long WINE took? And how few apps ran under it for the first few years? Indeed, how few run under it even now...
--dave
Re:Nota bene: this is a free sample of crack cocai (Score:2)
Evil Tricks (Score:3, Interesting)
Microsft doesnt like open source things. If MS open sources something, they are up to no good.
Re:Evil Tricks (Score:2)
Interesting timing [winehq.com] on that comment.
Rut Roh (Score:1)
Re:Rut Roh (Score:2)
But, the Mono team cannot benefit from this, since their winforms API is completely different on the inside, to be portable. MS's implementation of winforms is basically a wrapper for the MFC classes. Supposedly that will change and now it's going to be native,
Sources != Open Source (Score:5, Insightful)
TFA:
Now, this is not the MFC model where you'll be able to build it, etc. We're talking about just source and PDBs for debugging.
Okaay. So they're going to let you look at the code, but not build it. With all certainty, modification and redistribution is right out. They just want you to help them with debugging, tainting yourself in the process.
If I were a Mono or DotGNU developer, I wouldn't touch this thing with a ten-foot-pole, lest I taint myself. It's not going to be open-source. It's doesn't seem like it's even going to be buildable or readable.
So unless you like MS so much you're willing to do their work for them for free, finding bugs in this (rather insignificant) part of
Even Java is better than this. And it's not Open Source either.
Re:Sources != Open Source (Score:2)
Second, although Mono programmers should stay away from this source just to be safe, realistically, seeing the source to windows forms wouldn't help them much anyway. Mono isn't using win32 hooks. It's cross platform. Their implementation would be completely different.
Re:Sources != Open Source (Score:2)
Pretty much. But their code (as I understand it) was buildable and not stripped of comments. And at least the Java Community Process, flawed as it is, is somewhat more 'open' than what MS is doing.
But yes, code-wise it's probably going to be pretty much the same.
(Although we have yet to see Microsofts license for this stuff. Who knows?)
Second, although Mono programmers should stay away
Re:Sources != Open Source (Score:2)
http://www.go-mono.com/winforms.html
hmmm (Score:3, Insightful)
Or was this code already available on Microsoft's website for building
Re:hmmm (Score:2)
Also, there are substantial differences between rotor and the full ver of
Re:hmmm (Score:2)
ohthankfuckinggod (Score:3, Interesting)
i can't tell you how many times i've wanted the source when working in
I share some of the political concerns over the open-sourcing that I've read in here, but I think this is a bait I'll bite on regardless. I can quit saying "When in doubt.net you can't read the source.net"
Re:ohthankfuckinggod (Score:2)
Its a decompiler for
Its very cool, load up a dll and browse the classes and decompile into vb or c# on the fly...
MS Scared of infringing IP (Score:2)
Re:MS Scared of infringing IP (Score:1)