LimeSDR Matlab support

Hello jocover,
I have downloaded the two files located at

https://github.com/jocover/Simulink-MATLAB-LimeSDR/releases/download/thunk/libLimeSuite_thunk_pcwin64.dll

and

MEGA

Now i get the error:

dev = limeSDR();
Warning: The function ‘LMS_SetGaindB’ was not found in the library

In loadlibrary at 402
In limeSDR>limeSDR.load_library at 190
In limeSDR>limeSDR.limeSDR at 218
Warning: The function ‘LMS_GetGaindB’ was not found in the library
In loadlibrary at 402
In limeSDR>limeSDR.load_library at 190
In limeSDR>limeSDR.limeSDR at 218
Warning: The function ‘LMS_GetNCOPhase’ was not found in the library
In loadlibrary at 402
In limeSDR>limeSDR.load_library at 190
In limeSDR>limeSDR.limeSDR at 218
Warning: The thunk(int32voidPtr_Booluint64int32_BoolThunk) for function ‘LMS_SetNCOIndex’ was not
found in the library
In loadlibrary at 402
In limeSDR>limeSDR.load_library at 190
In limeSDR>limeSDR.limeSDR at 218
Warning: The function ‘LMS_GPIODirRead’ was not found in the library
In loadlibrary at 402
In limeSDR>limeSDR.load_library at 190
In limeSDR>limeSDR.limeSDR at 218
Warning: The function ‘LMS_GPIODirWrite’ was not found in the library
In loadlibrary at 402
In limeSDR>limeSDR.load_library at 190
In limeSDR>limeSDR.limeSDR at 218
Warning: The thunk(int32voidPtruint32_BoolThunk) for function ‘LMS_EnableTxWFM’ was not found in the
library
In loadlibrary at 402
In limeSDR>limeSDR.load_library at 190
In limeSDR>limeSDR.limeSDR at 218
Error using limeSDR/load_library (line 200)
Failed to find functions in libLimeSuite.

Error in limeSDR (line 218)
limeSDR.load_library();

What do i do?

Also note:
I get the same errors using both “winusb version” and also “cyusb version”

What do i do?

Thanks a lot,
Vinayak Anant Karandikar