dyncall uses LoadLibrary, which does not support injection of a search path for dependent libraries.
JNA uses LoadLibraryEx with the LOAD_WITH_ALTERED_SEARCH_PATH option (see MSDN).
Workaround is to load the dependencies first or to declare them with @Library("MyLib", dependencies = { "MyDep1", "MyDep2" ... })
(issue reported in this discussion on the mailing-list)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4