Skip to content
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

loader: Expose DLL load error #230

Merged
merged 1 commit into from
Apr 16, 2019
Merged

loader: Expose DLL load error #230

merged 1 commit into from
Apr 16, 2019

Conversation

chfast
Copy link
Member

@chfast chfast commented Apr 3, 2019

Only works on Linux and macos, otherwise returns null.

Closes #225.

include/evmc/loader.h Outdated Show resolved Hide resolved
@chfast chfast requested a review from gumb0 April 15, 2019 12:05
include/evmc/loader.h Outdated Show resolved Hide resolved
include/evmc/loader.h Outdated Show resolved Hide resolved
bindings/go/evmc/evmc.go Show resolved Hide resolved
Currently only works for errors by dlopen() on Linux and macos, otherwise returns NULL.
@chfast chfast changed the title loader: Expose DLL load error in hacky way loader: Expose DLL load error Apr 16, 2019
@chfast chfast merged commit 844a127 into master Apr 16, 2019
@chfast chfast deleted the dll-error branch April 16, 2019 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

loader: Get error from dlerror()
4 participants