-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load dynamically libjulia.dll fails on Win32 from python and LoadLibrary? #57246
Comments
IIUC, we print the actual error message after the "Unable to load dependent library" text, though you could also try loading it (the libjulia-codegen.dll path) into python directly. My recollection of dealing with |
Python's code is here only to have a basic reproductible code. |
I do not know why your system is missing dbghelp.dll, as that is part of your OS, and not a part of Julia |
not also available on Github CI worker (standard github windows image) |
Code below works on windows x86_64 but not on windows x86
Minimal code:
result on windows x86:
Julia version downloaded from https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.3-win32.zip
from C++ code with MSVC 2022 win32 build as compiler LoadLibrary fails with error:
Same code with x64 build and julia x64 works perfectly.
Do not hesitate to close it if it is a duplicated bug
The text was updated successfully, but these errors were encountered: