User message : Shared library not found or inaccessible. #182
nico-robert
started this conversation in
General
Replies: 1 comment
-
Moved to Issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @apnadkarni ,
It is not a problem with
tcl-cffi
, but with the message when I can't load my library :Shared library "myDLL.dll" not found or inaccessible. Could not load shared library.
My dll is accessible and present but some of my library dependencies are missing.
A better message will be (I think):
Your library is accessible but some of the dependencies are missing.
Related to my previous question, I don't know if it is possible to know side
tcl-cffi
.Thanks
Nicolas
Beta Was this translation helpful? Give feedback.
All reactions