-
Notifications
You must be signed in to change notification settings - Fork 539
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
windows-rs 0.23 is incompatible with embedded icons in resource files #1256
Comments
Hi @Jasper-Bekkers, can't seem to repro here. Here's a sample I put together https://github.com/riverar/wrs-repros/tree/master/issue-1256 that can help us start narrowing down the issue. |
Closing this for now. @Jasper-Bekkers feel free to follow up here as needed. (Will also keep an eye on Traverse Research and Embark Studios, sounds like you're cooking up something good over there! 👀) |
I think the repro is not representative of our build setup, but I haven't been able to nail down exactly what's happening on our end. Needs further investigation, though I feel closing is a bit premature |
Feel free to reopen once you have a repro to share. |
I have uncovered the problem on our end. Renaming it to |
Nice sleuthing, thanks @MarijnS95! |
We're using the
embed_resource
crate to embed a resource file in our application, we're doing this mostly to set up our app icon;With this in our build.rs
However this seems to fail with the following error messages:
Does windows-rs embed it's own icon, or what's going on?
Fwiw: removing our call to embed_resource fixes this issue.
The text was updated successfully, but these errors were encountered: