ApplicationsProgramming SolutionsHow to make trial version in VC++6

02 Dec 2009, 20:38

Hi

Does anyone know how to make a robust trial version of vc++6 application?

Source code or idea please

Rating 0 Comments 2
tobyb121
0
tobyb121 17 Jan 2010, 13:11 #
Depends on how strong you need it to be, you could just write the date installed to the registry and check that it is not too old that way, or you could spend alot of time making more complex methods.
freebaronbb
0
freebaronbb 07 Feb 2010, 17:05 #
There is no such thing as a robust code. At the end of the day, its all binary exposed and it all comes down to and 'if statement' validating whatever criteria you have in mind. If it is for some specific client a time based regedit approach will suffice.
Reply

You have to login or register to post comments.

HellCoder
HellCoder
0 ♠ 3 ♣
Tweet:


Bookmark and Share