Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: about the listbox part of combobox Pin
JohnCz2-Mar-08 4:57
JohnCz2-Mar-08 4:57 
GeneralRe: about the listbox part of combobox Pin
Koder4-Mar-08 7:42
Koder4-Mar-08 7:42 
GeneralRe: about the listbox part of combobox Pin
JohnCz4-Mar-08 12:17
JohnCz4-Mar-08 12:17 
GeneralSoftware licensing system Pin
Don M29-Feb-08 5:20
Don M29-Feb-08 5:20 
GeneralRe: Software licensing system Pin
Ahmed Charfeddine29-Feb-08 5:46
Ahmed Charfeddine29-Feb-08 5:46 
GeneralRe: Software licensing system Pin
Bram van Kampen29-Feb-08 13:14
Bram van Kampen29-Feb-08 13:14 
GeneralRe: Software licensing system Pin
Don M2-Mar-08 3:57
Don M2-Mar-08 3:57 
GeneralRe: Software licensing system Pin
Bram van Kampen5-Mar-08 16:24
Bram van Kampen5-Mar-08 16:24 
Well,

You Cannot block Decompilers, because they attack the Raw Excecutable. Decompiling is not an easy task however, and it would not be the case in general that an afternoon spent with your exe and a decompiler would reveal your code. It is typically ManMonths of painstaking research before decompiling anything gives results. The question is one of economics. How many Licences, how much each. how desirable is your target market, etc. vs the cost of many manhours decompiling your code. It may well be easier for potential competitors to write their own (after having bought yours) than to try and de-compile.

Debuggers are blocked by ensuring that your final EXE is stripped from all debugging info.

Unfortunately you will need some UI Components to let the user know that they need to register, and a method to allow him(her) to enter salient details.

If you bounce an e-mail to bramvankampen@aol.com, I'll forward you software I found somewhere to deal with DiskId's etc.

Bottom Line.: If you think it's going to be big, and that you could become a Worldwide Target for Licence Decrytptors, your potential sales will be large, and invest in professionals to do this in a bespoke way.

Regards Smile | :) Smile | :)

Bram van Kampen

GeneralRe: Software licensing system Pin
Don M8-Mar-08 5:23
Don M8-Mar-08 5:23 
GeneralRe: Software licensing system Pin
Bram van Kampen8-Mar-08 9:53
Bram van Kampen8-Mar-08 9:53 
GeneralCode Profiling Pin
Ahmed Charfeddine29-Feb-08 4:49
Ahmed Charfeddine29-Feb-08 4:49 
GeneralConvert string to date? [modified] Pin
bosfan29-Feb-08 4:11
bosfan29-Feb-08 4:11 
GeneralRe: Convert string to date? Pin
jeron129-Feb-08 5:21
jeron129-Feb-08 5:21 
GeneralRe: Convert string to date? Pin
bosfan29-Feb-08 5:25
bosfan29-Feb-08 5:25 
GeneralRe: Convert string to date? Pin
David Crow29-Feb-08 9:46
David Crow29-Feb-08 9:46 
GeneralRe: Convert string to date? Pin
bosfan2-Mar-08 21:25
bosfan2-Mar-08 21:25 
GeneralRe: Convert string to date? Pin
Bram van Kampen29-Feb-08 13:28
Bram van Kampen29-Feb-08 13:28 
GeneralRe: Convert string to date? Pin
bosfan2-Mar-08 21:26
bosfan2-Mar-08 21:26 
GeneralTree controls Pin
Gita.Bairavi29-Feb-08 1:27
Gita.Bairavi29-Feb-08 1:27 
GeneralRe: Tree controls Pin
Rajesh R Subramanian29-Feb-08 1:45
professionalRajesh R Subramanian29-Feb-08 1:45 
GeneralRe: Tree controls Pin
CPallini29-Feb-08 1:50
mveCPallini29-Feb-08 1:50 
GeneralRe: Tree controls Pin
Rajesh R Subramanian29-Feb-08 1:51
professionalRajesh R Subramanian29-Feb-08 1:51 
GeneralRe: Tree controls Pin
CPallini29-Feb-08 1:53
mveCPallini29-Feb-08 1:53 
GeneralRe: Tree controls Pin
Mark Salsbery29-Feb-08 7:25
Mark Salsbery29-Feb-08 7:25 
GeneralRe: Tree controls Pin
Hamid_RT29-Feb-08 2:50
Hamid_RT29-Feb-08 2:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.