473,396 Members | 1,860 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

distribuiting programs made with the csharp compiler of framework SDK

Hi, I've downloaded framework 1.1 .net SDK from the microsoft webpage and
i've seen that in the pakage there is the csharp compiler (csc.exe)
If I develop a program with notebook and I compile it with this compiler,
have I got the right to distribuite my program as freeware or sell it?

thanyou
Sam
Jul 21 '05 #1
4 1717
Hi Sam,
Hi, I've downloaded framework 1.1 .net SDK from the microsoft webpage and
i've seen that in the pakage there is the csharp compiler (csc.exe)
If I develop a program with notebook and I compile it with this compiler,
have I got the right to distribuite my program as freeware or sell it?


AFAIK yes. However, it will be a very hard way without a Development tool
.... even with the free sharpDevelop Software. I suggest Visual Studio .NET
or at least Visual C# .NET Standard to develop with, that's less frustrating
than working with Notepad ... :-).

Regards,

--
Frank Eller [.NET MVP]
www.frankeller.de
..NET Developers Group Munich- www.munichdot.net
Jul 21 '05 #2
Frank Eller [MVP] <we*******@frankeller.de> wrote:
Hi Sam,
Hi, I've downloaded framework 1.1 .net SDK from the microsoft webpage and
i've seen that in the pakage there is the csharp compiler (csc.exe)
If I develop a program with notebook and I compile it with this compiler,
have I got the right to distribuite my program as freeware or sell it?


AFAIK yes. However, it will be a very hard way without a Development tool
... even with the free sharpDevelop Software. I suggest Visual Studio .NET
or at least Visual C# .NET Standard to develop with, that's less frustrating
than working with Notepad ... :-).


On the other hand, there are of course far better plain text editors
than Notepad. While I do my professional C# work in VS.NET (I'd prefer
Eclipse if it had a C# plugin of the same standard as its Java support,
but there we go) I usually write "throwaway" newsgroup programs in Jed
(a lightweight Emacs clone) - and for years I wrote all my Java that
way.

All I'm saying is that there are more low-end (and free) choices than
Notepad :)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #3

"Jon Skeet" <sk***@pobox.com> wrote in message
news:MP************************@news.microsoft.com ...
Frank Eller [MVP] <we*******@frankeller.de> wrote:
Hi Sam,
Hi, I've downloaded framework 1.1 .net SDK from the microsoft webpage and i've seen that in the pakage there is the csharp compiler (csc.exe)
If I develop a program with notebook and I compile it with this compiler, have I got the right to distribuite my program as freeware or sell it?
AFAIK yes. However, it will be a very hard way without a Development tool ... even with the free sharpDevelop Software. I suggest Visual Studio ..NET or at least Visual C# .NET Standard to develop with, that's less frustrating than working with Notepad ... :-).


On the other hand, there are of course far better plain text editors
than Notepad. While I do my professional C# work in VS.NET (I'd prefer
Eclipse if it had a C# plugin of the same standard as its Java support,
but there we go) I usually write "throwaway" newsgroup programs in Jed
(a lightweight Emacs clone) - and for years I wrote all my Java that
way.


That reminds me, the ONLY thing I miss about linux is joe...I wonder if
there is a windows version somewhere, even a 32bit console mode one.
All I'm saying is that there are more low-end (and free) choices than
Notepad :)

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Jul 21 '05 #4
Yes, you are free to give it away or sell it. The details are in the EULA
for the SDK.

--
Eric Gunnerson

Visit the C# product team at http://www.csharp.net
Eric's blog is at http://blogs.gotdotnet.com/ericgu/

This posting is provided "AS IS" with no warranties, and confers no rights.
"Sam74" <sa***@libero.it> wrote in message
news:uV*************@TK2MSFTNGP11.phx.gbl...
Hi, I've downloaded framework 1.1 .net SDK from the microsoft webpage and
i've seen that in the pakage there is the csharp compiler (csc.exe)
If I develop a program with notebook and I compile it with this compiler,
have I got the right to distribuite my program as freeware or sell it?

thanyou
Sam

Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Olaf Baeyens | last post by:
I have seen a lot of talk about .NET and C# and stuff, but so far I didn't see any commercial programs yet. Until know, I happen to stumble on some programs that seems to be a .NET program and...
10
by: Jean-David Beyer | last post by:
I have some programs running on Red Hat Linux 7.3 working with IBM DB2 V6.1 (with all the FixPacks) on my old machine. I have just installed IBM DB2 V8.1 on this (new) machine running Red Hat...
7
by: Peter Smirnov | last post by:
Sorry for this newbie question but as far as I heard one need at least VisualStudio to develop CSharp applications. Is this correct? Are there otherwise some command line tools like javac.exe and...
4
by: Sam74 | last post by:
Hi, I've downloaded framework 1.1 .net SDK from the microsoft webpage and i've seen that in the pakage there is the csharp compiler (csc.exe) If I develop a program with notebook and I compile it...
55
by: Steve | last post by:
I have to develop several large and complex C++ hardware test programs that should work under DOS, most likely with 32-bit DOS extender. Development workstation OS would be Microsoft XP. Quite some...
34
by: NewToCPP | last post by:
Hi, Why does a C/C++ programs crash? When there is access to a null pointer or some thing like that programs crash, but why do they crash? Thanks.
7
by: sam | last post by:
It can compile .net code to native code which can run without an installed .net framework. This would remove one of the greatest disadvantages from C#. Sounds quite interesting....
13
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net...
11
by: id10t error | last post by:
I know this is not really a development problem but why do you have to install the .net framework to run a vb.net program?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.