473,288 Members | 1,729 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,288 software developers and data experts.

How to license and deploy new software?

Hello,

Just wondering if anyone can offer advice (perhaps based on
experience) on how to deploy and license a C++ based app as a
commercial library. The main questions I'm trying to answer are
whether to provide source code, a DLL, or a static lib, and what kind
of pricing scheme should be considered. The lib could be used to drive
at-home desktop UI's or interface with back-end middleware.

Thanks for your input!
Mar 17 '08 #1
5 2504
el*************@gmail.com wrote:
Just wondering if anyone can offer advice (perhaps based on
experience) on how to deploy and license a C++ based app as a
commercial library. The main questions I'm trying to answer are
whether to provide source code, a DLL, or a static lib, and what kind
of pricing scheme should be considered. The lib could be used to drive
at-home desktop UI's or interface with back-end middleware.
People often sell the source code and the DLL at different prices. We do
this for our C# FFT, for example:

http://www.ffconsultancy.com/product...rocessing_net/

Selling in source form is a liability because people can steal your code
and/or ideas much more easily but C# is just a thin veneer over .NET's
bytecode so you can decompile .NET DLLs back to C# very easily.

--
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
http://www.ffconsultancy.com/products/?u
Mar 17 '08 #2
el*************@gmail.com wrote:
Just wondering if anyone can offer advice (perhaps based on
experience) on how to deploy and license a C++ based app as a
commercial library. The main questions I'm trying to answer are
whether to provide source code, a DLL, or a static lib, and what kind
of pricing scheme should be considered. The lib could be used to drive
at-home desktop UI's or interface with back-end middleware.
It is common to provide different licenses for different uses. For example:

http://trolltech.com/products/qt/licenses/licensing
Mar 17 '08 #3
On Mar 17, 1:31 am, electricalje...@gmail.com wrote:
Just wondering if anyone can offer advice (perhaps based on
experience) on how to deploy and license a C++ based app as a
commercial library. The main questions I'm trying to answer
are whether to provide source code, a DLL, or a static lib,
and what kind of pricing scheme should be considered. The lib
could be used to drive at-home desktop UI's or interface with
back-end middleware.
The same way you'd deploy and license an application written in
Ada, or any other language. Which means that the question is
off topic here. Practical considerations may lead you to
different solutions under Windows and Unix, which would make it
on topic in those groups, but the ultimate answer is: it
depends. It depends on the application domain, what you're
trying to achieve, what services you're trying to offer, etc.,
etc.

A lot of companies today give the software away, and then sell
maintenance on it. I guess they figure that once they've got
you hooked, you're going to need a lot of bug fixes, and will be
ready to pay for them. Many companies also have different
licensing arrangements depending on the customer: students don't
pay nearly as much as big companies (but may not have access to
some of the features). And even when the normal deployment is
just a library (in which case, you really should provide both a
static and a dynamically linked version, at least in most
cases), it's almost always possible to obtain the source code if
you're willing to spend enough extra money.

--
James Kanze (GABI Software) email:ja*********@gmail.com
Conseils en informatique orientée objet/
Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34
Mar 17 '08 #4
On Sun, 16 Mar 2008 17:31:59 -0700, electricaljello wrote:
Hello,

Just wondering if anyone can offer advice (perhaps based on experience)
on how to deploy and license a C++ based app as a commercial library.
The main questions I'm trying to answer are whether to provide source
code, a DLL, or a static lib, and what kind of pricing scheme should be
considered. The lib could be used to drive at-home desktop UI's or
interface with back-end middleware.

Thanks for your input!
It's also common to have per-user/per-machine type licenses where the end
user must buy a separate license for each machine they use it on.

Matt
Mar 17 '08 #5
On Mar 17, 4:50 am, James Kanze <james.ka...@gmail.comwrote:
On Mar 17, 1:31 am, electricalje...@gmail.com wrote:
Just wondering if anyone can offer advice (perhaps based on
experience) on how to deploy and license a C++ based app as a
commercial library. The main questions I'm trying to answer
are whether to provide source code, a DLL, or a static lib,
and what kind of pricing scheme should be considered. The lib
could be used to drive at-home desktop UI's or interface with
back-end middleware.

The same way you'd deploy and license an application written in
Ada, or any other language. Which means that the question is
off topic here. Practical considerations may lead you to
different solutions under Windows and Unix, which would make it
on topic in those groups, but the ultimate answer is: it
depends. It depends on the application domain, what you're
trying to achieve, what services you're trying to offer, etc.,
etc.

A lot of companies today give the software away, and then sell
maintenance on it. I guess they figure that once they've got
you hooked, you're going to need a lot of bug fixes, and will be
ready to pay for them. Many companies also have different
licensing arrangements depending on the customer: students don't
pay nearly as much as big companies (but may not have access to
some of the features). And even when the normal deployment is
just a library (in which case, you really should provide both a
static and a dynamically linked version, at least in most
cases), it's almost always possible to obtain the source code if
you're willing to spend enough extra money.

--
James Kanze (GABI Software) email:james.ka...@gmail.com
Conseils en informatique orientée objet/
Beratung in objektorientierter Datenverarbeitung
9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34
Hi all,

Thanks for the input. Are static libs as easily reverse engineered as
DLL's?

Also, when companies give away the software hoping for maintenance, do
they make it available for free download off a website then have a
separate link for the services, or is there actually marketing
involved and formal contracts are written up once a client has
communicated interest?

EJ
Mar 18 '08 #6

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

Similar topics

11
by: gooze | last post by:
Hi I know, this might be the wrong place for such a question, but maybe you can redirect me to the right place to post. I wrote a small software under the GNU General Public License and put...
34
by: Michael Foord | last post by:
I'd like to formalise slightly the license I release my projects under. At the moment it's 'free to use, modify, distribute and relicense'. This is basically fine as I don't want t oprevent people...
0
by: Robert Warnestam | last post by:
Hello, I have some problems deploying Crystal Reports. I'm using Visual Studio 2005 Beta 1. In this version Crystal Reports (9.7.3500.0) is included. I created a small test application...
0
by: EQ-Phelan | last post by:
Can anyone direct me to a KB or white paper on industry practice for protecting unlicensed copies of my software from being installed with the use of a license? I am having trouble understanding...
4
by: P1ayboy | last post by:
I need advice on how to best to protect software with licenses. We are developing a windows application that people can purchase and download off the net, but the software needs to be protected...
6
by: Joe | last post by:
Sorry this is OT... I'm looking for recommendations for generating license keys (machine specific) for our application. I was looking at Quick Licenses Manager which looks pretty good. Is...
4
by: Martitza | last post by:
Hi. I work for a small company (actually in process of forming) interested in embedding or extending python as part of our commercial non-open-source product. We have legal counsel, but are...
22
by: Ken Foskey | last post by:
On Thu, 14 Aug 2008 10:09:01 -0700, raylopez99 wrote: The facts of the case above are that the person took a whole application and distributed it after some minor modifications, ie they did not...
1
FLEB
by: FLEB | last post by:
Something in my gut tells me this is an FAQ, but my furious Googling thus-far hasn't found the answer (Biggest problem? The terms I'm looking for are in the license itself. Search, and... get... 50...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...

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.