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