I'm trying to write a C# application to call the License Generation
routines, so that our admin doesn't have to use the Toolbox for
adding new Licenses. However the code generated by the Toolbox is
missing some parts;
- sntl_lg_start, the start_param is declared as null and never
assigned. Should it have a value?
- sntl_lg_generate_license, the generation_param is declared as null and never assigned.
One of these I suspect is causing my call to
sntl_lg_generate_license to return SNTL_LG_NOTHING_TO_GENERATE.
Thanks,
Joe