static L_BOOL LBase::KernelHasExpired()
Checks whether the LEADTOOLS kernel has expired.
Value | Meaning |
---|---|
TRUE | The LEADTOOLS kernel has expired. |
FALSE | The LEADTOOLS kernel has not expired. |
Use this function to detect whether the LEADTOOLS kernel evaluation period has expired. After the evaluation period has expired, it is necessary to have a runtime license in order to use LEADTOOLS.
Win32, x64.
Checks if the LEADTOOLS Kernel has expired.
L_INT LBase__KernelHasExpiredExample()
{
L_BOOL bExpired = LBase::KernelHasExpired();
if(bExpired)
MessageBox(NULL, L_TEXT("LEADTOOLS Kernel has expired\nEvaluation period is over."), L_TEXT("Expired"), MB_OK);
else
MessageBox(NULL, L_TEXT("LEADTOOLS Kernel has not expired.\nCarry on."), L_TEXT("Evaluation"), MB_OK);
return SUCCESS;
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document