You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into the following error while trying out the script. What is Nd2ReadSdk.so?
>> loadlibrary('Nd2ReadSdk', 'Nd2ReadSdk.h')
Warning: Message from C preprocessor:
**PATH**/nd2reader/include/Nd2ReadSdk.h:1:9: warning: #pragma once in main file
1 | #pragma once
| ^~~~
> In loadlibrary
Warning: Warnings messages were produced while parsing. Check the functions you intend to use for correctness. Warning text can be viewed using:
[notfound,warnings]=loadlibrary(...)
> In loadlibrary
Error using loadlibrary
There was an error loading the library "Nd2ReadSdk"
Nd2ReadSdk.so: cannot open shared object file: No such file or directory
Caused by:
Error using loaddefinedlibrary
Nd2ReadSdk.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
Hi all,
I ran into the following error while trying out the script. What is
Nd2ReadSdk.so
?The text was updated successfully, but these errors were encountered: