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

Would it be possible to link xinput to 1.3 when 1.4 is not available #554

Open
Invisible-Rabbit-Hunter opened this issue Jan 9, 2018 · 2 comments
Labels
blocked by rust Blocked on a feature being implemented or bug being fixed in Rust

Comments

@Invisible-Rabbit-Hunter
Copy link

On windows 7 xinput 1.4 isn't available, but 1.3 is. This currently means that i cannot run the compiled program, since it tries to link with xinput 1.4.

@retep998
Copy link
Owner

retep998 commented Jan 9, 2018

The problem is the Windows 10 SDK does not come with the import libraries to link against xinput 1.3. There isn't really a good solution to this at the moment. If rust-lang/rust#30027 was ever implemented however then I might be able to do something.

@retep998
Copy link
Owner

This may be possible to do in the future due to a recently accepted RFC: rust-lang/rust#58713

@retep998 retep998 added the blocked by rust Blocked on a feature being implemented or bug being fixed in Rust label Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked by rust Blocked on a feature being implemented or bug being fixed in Rust
Projects
None yet
Development

No branches or pull requests

2 participants