Advertisement

A question about selling programs and games? help

Started by August 12, 2005 06:31 AM
37 comments, last by RomSteady 19 years, 5 months ago
OK, i hope im alright posting this here, as im in need of an answer fast and knew i could get a good answer here. I want to start writing my own software and selling it legally. What is the minimal process for this? I want to use either Visual C++.NET or Visual C#.NET. Does the standard version allow you to sell for profit? please help. oh and what about Java? can i just write and sell java stuff or do i also need to buy special license/software? j
no, you don't need a license if you are programming your games with C++
Advertisement
Quote:
Original post by Avont29
no, you don't need a license if you are programming your games with C++


mmm, surely there are versions for personal use only and then version for commerical use? so your saying i can just but Visual C++/C#.NET for 70 quid and program whatever and sell it legally and wont get into trouble? i need to make sure :)
well, im not positive, but i don't think you need a license for selling a game programmed in the compilers your talking about, you might want to double check, im not sure
If you plan on selling a program you built with Visual Studio, you must have the commerical version. You could try and seel your programs you build with "enterprise" edition (or some other edition), but it would be illegal, and you'd be screw'd if you get caught.

My Gamedev Journal: 2D Game Making, the Easy Way

---(Old Blog, still has good info): 2dGameMaking
-----
"No one ever posts on that message board; it's too crowded." - Yoga Berra (sorta)

Quote:
Original post by BeerNutts
If you plan on selling a program you built with Visual Studio, you must have the commerical version. You could try and seel your programs you build with "enterprise" edition (or some other edition), but it would be illegal, and you'd be screw'd if you get caught.


ok, so is the standard a commerical version? or do i have to frk out for pro versions?

thanks for the fast replies you people :) appreciated.


Advertisement
what about dev-c++ if i made a game with that compiler, i could jsut sellit right? i wouldn't need any commercial verison or anything.
Quote:
Original post by BeerNutts
If you plan on selling a program you built with Visual Studio, you must have the commerical version. You could try and seel your programs you build with "enterprise" edition (or some other edition), but it would be illegal, and you'd be screw'd if you get caught.


That is incorrect.

You can legally sell products made with Visual Studio .NET Enterprise Architect, Enterprise Developer and Professional. You cannot legally sell products made with the downloadable Microsoft Visual C++ Toolkit.

However, I haven't been able to find a copy of the EULA for Visual C++ .NET Standard Edition. If someone can find a link (it curently is not located on the Retail EULA page at Microsoft's web site), I should be able to tell you.

Dev-C++ has no commercial use restrictions that I'm aware of.
Michael Russell / QA Manager, Ritual EntertainmentI used to play SimCity on a 1:1 scale.
Looking at it another way; what if you developed your app with a "free" or cheap copy of VS.NET (student version, learning version, whatever) then compiled the final version with a free compiler (and by free, I mean something like GCC and not the downloadable VC++ toolkit)? Is it only the compiled binaries that matter in this case?

[Website] [+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++]

Yes that would be fine.

AFAIK MSVC standard version you can sell commercially just like the pro, the difference is the standard version lacks the optimizing compiler.

This topic is closed to new replies.

Advertisement