Hi,
I am trying to run the sample at https://github.com/cryptlex/lexactivator-matlab but I am running into an error when loading the LexActivator library (stripped out directories):
Error using loadlibrary
There was an error loading the library “LexActivator.dll”
Missing dependent shared libraries:
‘MSVCP100.dll’ required by ‘LexActivator.dll’
‘MSVCR100.dll’ required by ‘LexActivator.dll’
Error in Sample (line 11)
loadlibrary(sSharedLibrary,sHeaderFile, ‘addheader’,sStatusHeaderFile,…
Caused by:
Error using loaddefinedlibrary
Missing dependent shared libraries:
‘MSVCP100.dll’ required by ‘LexActivator.dll’
‘MSVCR100.dll’ required by ‘LexActivator.dll’
I’ve tried the ‘includepath’ option in loadlibrary to add where I think the correct MSVCP100.dll is, but still causing the same error.
Regards,
Anna.