Hi,
I have a MATLAB code that I would like to distribute to clients as .p file (content-obscured, executable file).
I have seen there is an example (https://github.com/cryptlex/lexactivator-matlab) in which Cryptlex is used with MATLAB but I have never worked with libraries before and I cannot make it run (it gets stuck while evaluating
loadlibrary(sSharedLibrary,sHeaderFile, 'addheader',sStatusHeaderFile);).
Do you have any suggestion on how to systematically address this issue? In the long term, I would apply the same procedure also to make the clients choose the appropriate libraries based on their system (Windows and Linux).
Note that at the moment I am using Windows 10 with VS17 and I cannot change it due to other software compatibility requirements.
Thanks,
Riccardo