473,795 Members | 2,865 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2538
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 objektorientier ter Datenverarbeitu ng
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...@gm ail.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 objektorientier ter Datenverarbeitu ng
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
2770
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 it on freshmeat.net for download. Now, someone likes this software and wants it to integrate into his own software as a module. This software is for sale. Is there a meaningfull solution about this issue? I just would like to give a "common" answer...
34
2645
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 using my work in commercial settings - but I would like to retain the right to be identified as the author. I'd also like to prevent people selling derivative works where my stuff forms the substantial part of the poduct. I'd prefer to use an...
0
2350
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 (ASP.NET) that shows a simple report. It work fine with on my local computer. Now I'm trying to deploy this sample application on our web server but I really need some help.
0
902
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 if the LicenseProvider class can be used together with SystemInformation to lock a license to a computer hard drive. Many thanks in advance Tim Phelan
4
2741
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 by licensing. The software is being written in vb.net v1.1. If anyone knows any beeter places to post this message, please let me know. Many thanks
6
19544
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 there any favorites? -Joe
4
2128
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 interested in the spirit as well as the letter of the law. Not much seems to have been written about the python license since version 2, so pointers to more recent discussions or contacts are appreciated. If this is not the right place to ask these...
22
2410
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 do much at all to the whole thing. It was outright theft. How would you feel if someone stole your application that you were selling and then distributed it. What is the difference? Artistic, GPL and LGPL are licenses, Public Domain is a...
1
2422
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 copies of the license. Great.) I've heard it said that the MIT license is one of the most permissive licenses, and that it allows a person to put MIT-licensed code into proprietary works (with the proper attribution). However, I don't understand...
0
9672
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9519
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10213
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10163
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10000
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9040
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7538
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5436
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
2920
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.