 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
HumanJHawkins Guest
|
Posted: Thu Jun 15, 2006 3:25 am Post subject: Software Serialization (Both the Act, and the terminology) |
|
|
Hi all,
I don't think I am using the right terminology, as "serialization"
doesn't convey the right meaning in a programming context. But what I
am looking for, is advice on how to add a serial number type (or other
type) of anti-piracy measure to my programs.
In three years of having a few shareware apps out (with the most
liberal of usage policies I have ever seen), I have not had a single
person even write to me about them. I assumed no one was using them.
Well, anyway, it turns out that I do have a fair number of users, but
not a single purchase.
I will probably still let people use the software for free or cheap,
but I want to at least know how many users I have, and encourage them
to send a comment or something. The only way I can figure to do this,
is to add a serial number type requirement.
The big question: What should I search google and other sites for to
get info on this... "Serialization" just turns up thousands of
irrelivant hits.
The smaller question: Do you have any direct advice?
Many thanks in advance! |
|
| Back to top |
|
 |
Victor Bazarov Guest
|
Posted: Thu Jun 15, 2006 3:30 am Post subject: Re: Software Serialization (Both the Act, and the terminolog |
|
|
HumanJHawkins wrote:
| Quote: | I don't think I am using the right terminology, as "serialization"
doesn't convey the right meaning in a programming context. But what I
am looking for, is advice on how to add a serial number type (or other
type) of anti-piracy measure to my programs.
[..]
The smaller question: Do you have any direct advice?
|
Here it is: your question has nothing to do with C++ language, so,
please, Please, find a better newsgroup to discuss this topic. Try
comp.software-eng or comp.programming. That's all I have.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask |
|
| Back to top |
|
 |
Phlip Guest
|
Posted: Thu Jun 15, 2006 3:44 am Post subject: Re: Software Serialization (Both the Act, and the terminolog |
|
|
HumanJHawkins wrote:
| Quote: | I don't think I am using the right terminology, as "serialization"
doesn't convey the right meaning in a programming context. But what I
am looking for, is advice on how to add a serial number type (or other
type) of anti-piracy measure to my programs.
|
This isn't a C++ question, so I CC'd to a generic group and set follows-up.
The correct answer is to sell services and new features to your best
customers, and to release your program in two grades. The crippled one is
free, and the one with some hot feature is payware. No shareware - that's
for the cows.
After it's paid for, forget about copy protection because nobody will have
any incentive to steal. If someone asks your paid customer to "loan" them
the program, your customer will most likely direct them to the free version.
--
Phlip
http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!! |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|