开发者

Can I publish my window form application? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting an开发者_如何学编程swers.

This question does not appear to be about programming within the scope defined in the help center.

Closed 7 years ago.

Improve this question

I've just finished a functional piece of code and would like to upload it to the Internet as freeware. It is just a Windows Forms application. I used C# and Visual Studio 2008. I want to know if it is legal to do this.


No one can say it is legal without knowing exactly what the code does. Perhaps it for example uses some patent without a license.

Another consideration is if you are using some 3rd party components without the proper license. For example if you are offering your program freeware and you are using GPL, you need to also offer your program's source code.

In general, yes it's legal as long as you are using a licensed version of visual studio 2008 or are using Visual Studio Express edition.

You can also package the .NET redistributable package with your installer.


Yes it's legal.

As long as it's all your own work or you're not passing it off as your own work when you've used someone else's library then you can do what you want with the program.


If your Visual Studio is lincesed, of course it is legal. You can use the built-in publish tool in Visual Studio, or use a software like InstallShield for the installation.


Yes absolutely as long as your license of Visual Studio is legal.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜