License key (General questions)
I have made a working console ssh server which can be used as a service.
I want to distribute this as binary and source with the wodsshd.dll
In the binary program I will put the license key, in the source version it will be stripped.
So if people want to adapt it, they need a license or test it as a demo dll.
The problem is when I deinstall the wodsshserver software and I start my program without doing a m_SSHD->SetLicense(..), it still thinks it is using a valid key and not a demo version .
Does the supplied dll already contain the license key ?
Hans
Re: License key
Hans,
maybe only on development PC, since it finds the key in the registry.
Try it on deployed PC.
Regards,
Kreso
Re: License key
Kreso,
maybe only on development PC, since it finds the key in the registry.
You are right.
I created an installer and installed it on a fresh windows server.
Everything worked ok.
Now I only have to write some documentation :(
thx
Hans