A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nativelibs4java/nativelibs4java/issues/378 below:

On Windows, load DLLs with LoadLibraryEx instead of LoadLibrary · Issue #378 · nativelibs4java/nativelibs4java · GitHub

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