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:

https://www.mathworks.com/matlabcentral/answers/100602-how-do-i-create-a-function-pointer-that-points-to-an-matlab-file-using-libpointer-in-the-matlab-gene

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

Regards,
Ahmad.