-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Loading liblsl Library #35
Comments
Do you have lsl.dll in that path? It's supposed to download automatically if it's missing, but maybe something is preventing it from downloading. Get it from here: https://github.com/sccn/liblsl/releases Another possibility is that the dll is somehow incompatible with Matlab, in which case you'll have to build the dll on your own using a compiler specified by Matlab as being compatible: https://www.mathworks.com/support/requirements/supported-compilers.html |
Thanks for the suggestion.
I also wanted to know if there is any way to link Labview and
Labstreaminglayer, like we have interfacing for Matlab and
labstreaminglayer.
Kind Regards
…On Wed, Nov 23, 2022 at 1:10 PM Chadwick Boulay ***@***.***> wrote:
Do you have lsl.dll in that path? It's supposed to download automatically
if it's missing, but maybe something is preventing it from downloading.
Get it from here: https://github.com/sccn/liblsl/releases
Another possibility is that the dll is somehow incompatible with Matlab,
in which case you'll have to build the dll on your own using a compiler
specified by Matlab as being compatible:
https://www.mathworks.com/support/requirements/supported-compilers.html
—
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4K54KJOJVK6ADGOF5UE3TLWJXC5HANCNFSM6AAAAAASIRYTJE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Please look here: sccn/labstreaminglayer#21 |
I am trying to run a program from liblsl-Matlab to send strings.
However, I am receiving the error:
"Error loading the liblsl library: Undefined function 'lsl_loadlib_' for input arguments of type 'char'. Make sure liblsl-Matlab/bin is added to path and try running build_mex.m'
The directory has been added to the Matlab path.
I would be thankful for any help.
(I am using Windows platform.)
The text was updated successfully, but these errors were encountered: