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
Would it be possible to use SetDllDirectoryW or AddDllDirectory on Windows so that Windows searches the LIBPATH_list for DLLs dynamically loaded by DLLs loaded by Julia?
Would it be possible to use
SetDllDirectoryW
orAddDllDirectory
on Windows so that Windows searches theLIBPATH_list
for DLLs dynamically loaded by DLLs loaded by Julia?https://learn.microsoft.com/en-us/windows/win32/api/libloaderapi/nf-libloaderapi-adddlldirectory
https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setdlldirectoryw
The text was updated successfully, but these errors were encountered: