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

std::dynamic_lib: start fixing windows implementation #7131

Merged
merged 1 commit into from
Jun 17, 2013
Merged

std::dynamic_lib: start fixing windows implementation #7131

merged 1 commit into from
Jun 17, 2013

Conversation

Blei
Copy link
Contributor

@Blei Blei commented Jun 14, 2013

The code compiles and runs under windows now, but I couldn't look up any
symbol from the current executable (dlopen(NULL)), and calling looked
up external function handles doesn't seem to work correctly under windows.

This the beginning of a fix for #7095.

@Blei
Copy link
Contributor Author

Blei commented Jun 15, 2013

@graydon: Thanks, I fixed it to use Path and force-pushed a new version.

The code compiles and runs under windows now, but I couldn't look up any
symbol from the current executable (dlopen(NULL)), and calling looked
up external function handles doesn't seem to work correctly under windows.
bors added a commit that referenced this pull request Jun 17, 2013
The code compiles and runs under windows now, but I couldn't look up any
symbol from the current executable (dlopen(NULL)), and calling looked
up external function handles doesn't seem to work correctly under windows.

This the beginning of a fix for #7095.
@bors bors closed this Jun 17, 2013
@bors bors merged commit c7013ba into rust-lang:master Jun 17, 2013
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.

2 participants