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

Implement raw-dylib for Windows #1345

Open
bjorn3 opened this issue Feb 2, 2023 · 1 comment
Open

Implement raw-dylib for Windows #1345

bjorn3 opened this issue Feb 2, 2023 · 1 comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. O-windows Operating system: Windows

Comments

@bjorn3
Copy link
Member

bjorn3 commented Feb 2, 2023

This will require generating import libraries using the object crate. I don't know what the exact format of import libraries is, but I do know that MSVC and MinGW use an incompatible format.

@bjorn3 bjorn3 added C-enhancement Category: An issue proposing an enhancement or a PR with one. O-windows Operating system: Windows labels Feb 2, 2023
@bjorn3
Copy link
Member Author

bjorn3 commented Jul 22, 2023

Rust 1.71.0 released which stabilizes this feature, so it might become high priority to implement this in the near future if windows-sys switches to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: An issue proposing an enhancement or a PR with one. O-windows Operating system: Windows
Projects
None yet
Development

No branches or pull requests

1 participant