This is a wrapper around the functions found in kdrive_express_license.h. More...
#include <License.h>
Static Public Member Functions | |
static void | SetLicense (System::String^ configuration) |
This is a wrapper around the functions found in kdrive_express_license.h.
|
inlinestatic |
Sets the commercial license If you have a commercial SDK you will have received a license key. Simply call this function with your license configuration Throws an Exception if the license is not valid \code static void SetLicense()
{ String license = "[Check]\n" + "Key=I1EkM2JvaE1HMEZtIlF5VnJuJn08KHRfV0AwTlEwRyk4NT55JFNvXnU6ZnpzMDI6QV42JWZ4" + "fHNed11aOld9WHpGXSEibnkrSDVsZU9WIkljeSQ3NWY7eT4rdEJ6XjhpNnw+OkNEIydTYWNF" + "RE15JVdQOno3XmtOJjZaRExwLSV8ZXxOYzlJITlhfFFdOHIjUW43SEshfSx8RWgzSipUZU5X" + "ZiJpSnIhRS9pJyQrOis/VVAoSHMkaV5kYGFfaFxhJj5peUtdfVBgMGh7K25bITF7OnhdeTQv" + "NiZlWCt4Nls3S31nLUU2LE1OXmhubGtxY2wqJHMxVDd0Tlg4OGlIUCE=\n" + "\n" + "[Customer]\n" + "City=84508 Burgkirchen / Alz\n" + "Company=WEINZIERL ENGINEERING GmbH\n" + "Country=Germany\n" + "Street=Achatz 3\n" + "\n" + "[LicenseData]\n" + "LicNum=kdrive-2012-05-14\n" + "LicVersion=71949c2a-be30-4fbe-9c96-d0a617ac6ab8\n" + "\n" + "[Limitations]" + "DateLimit=2012-12-31" + "\n" + "[ProgramFeatures]\n" + "kdriveAccess=0\n" + "kdriveServices=0\n";
License.SetLicense(license); }