examples icon indicating copy to clipboard operation
examples copied to clipboard

Sample code that integrates open-license-manager

Results 7 examples issues
Sort by recently updated
recently updated
newest added

I downloaded licensecc and finished installing it. I also completed the test without any problems. but i got a problem to follow the examples. I installed "open-license-manager" in the "C:\code-lock\open-license-manager"...

Please add C examples for using licensecc.

git clone : raphy@raohy:~$ git clone --recursive https://github.com/open-license-manager/licensecc.git Cloning into 'licensecc'... remote: Enumerating objects: 4287, done. remote: Counting objects: 100% (114/114), done. remote: Compressing objects: 100% (52/52), done. remote: Total...

Hello, I tried to install open-license-manager on Windows with MSVC 2019. I chose the "Compile and Build (command line)" way to do it. I retrieved the code from Github and...

hi, I want to use the command "bin/lccgen license issue -s [ --client-signature ] ...", but I don't know how to get the signature of the hardware?

Prepare a .travis.yml for examples project to check they're always buildable

In the example file [https://github.com/open-license-manager/examples/blob/develop/submodule/src/example.cpp](url) ```size_t pc_id_sz = LCC_API_PC_IDENTIFIER_SIZE;``` should be modified to ```size_t pc_id_sz = LCC_API_PC_IDENTIFIER_SIZE + 1;``` or ```identify_pc``` will fail and print ```errors in identify_pc```. It won't...