Licensing

Get & Print Hardware ID in ANSI&ISO SDK
C/C++ int hwid_len; IEngine_GetHardwareId(NULL,&hwid_len); char hwId[hwid_len + 1] = {0}; IEngine_GetHardwareId(hwId,&hwid_len); printf("H...
Mon, 16 Apr, 2018 at 7:36 AM
Get & Print Hardware ID in IFace SDK
C/C++ int hwid_len; IFACE_GetHardwareId(NULL,&hwid_len); char hwId[hwid_len + 1] = {0}; IFACE_GetHardwareId(hwId,&hwid_len); printf("HWID:...
Mon, 16 Apr, 2018 at 7:37 AM
LicenseManager cannot run
Issue: I cannot run the LicenseManager, I am getting this error message: C:\Program Files\Innovatrics\IFace SDK\license_manager\LicenseManager.exe The...
Fri, 11 Aug, 2017 at 8:40 AM
Removing unused licenses
Issue: We have had changes to our staff and those that have left the company still have licenses assigned to their machines. Also, one of our developers un...
Fri, 12 Jan, 2018 at 10:51 AM
Get & Print Hardware ID in Segmentation SDK
C/C++ int hwid_len; ISegLib_GetHwid(NULL,&hwid_len); char hwId[hwid_len + 1] = {0}; ISegLib_GetHwid(hwId,&hwid_len); printf("HWID: %s\n&quo...
Mon, 16 Apr, 2018 at 7:37 AM