Displaying 3 results from an estimated 3 matches for "setdlldirectory".
2013 Aug 21
0
opusfile 0.4 release
...support DLLs at all assuming it would pick them up on it's own.
I don't know anything about this, but msdn says the default search path
is the directory containing the processes' executable file, so this
isn't completely surprising, even though it's unfortunate.
Are you using SetDllDirectory to tell it to load the plugin's
dependencies from the plugin directory, or just giving a relative path?
Does it fail to auto-load the openssl dependencies in both of those cases?
-r
2013 Aug 20
4
opusfile 0.4 release
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm pleased to announce the availability of opusfile v0.4.
The opusfile and opusurl libraries provide a high-level API for
decoding and seeking within .opus files on disk or over http(s).
* https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.4.tar.gz
* https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.4.zip
*
2019 Oct 18
0
Wine release 4.18
...n color table in 256-color mode (Valgrind).
Alexandre Julliard (17):
kernel32: Add set_ntstatus() helper.
ntdll: Implement RtlSetSearchPathMode().
ntdll: Implement RtlGetSearchPath().
kernel32: Use RtlGetSearchPath() in SearchPathW() implementation.
kernel32: Move Get/SetDllDirectory() implementation to ntdll.
kernel32: Move dll path functions to ntdll.
kernel32: Move exe path functions to ntdll.
kernel32: Move LoadLibrary functions to kernelbase.
kernel32: Move SearchPath functions to kernelbase.
kernel32: Move system locale enumeration functions...