MATLAB the data type 'FcnPtr' used does not exist

Since switching to the latest release of Crytplex, I am getting warnings when calling the PCLexActivatorPrototype.m file:

Warning: The data type ‘FcnPtr’ used by function SetLicenseCallback does not exist.

In loadlibrary

Warning: The data type ‘FcnPtr’ used by function CheckForReleaseUpdate does not exist.

In loadlibrary

Hi,

MATLAB doesn’t support C functions with function pointer parameters:

You should remove these functions from the LexActivator.h header file to avoid warnings or simply ignore them.

Regards,
Ahmad.