Bo

Results 111 comments of Bo

Very nice! But what should I do?

It seems like that `windres` is not found https://github.com/nabijaczleweli/rust-embed-resource/blob/e895286a9ac88c04d113a35dcc09cf615e32e405/src/windows_not_msvc.rs#L34 @JoelMon Do you have `windres.exe` in your environment? @nabijaczleweli Could you take a look into this?

> > Could you try with "common-controls-v6" feature flag disabled? (it's enabled by default), once default features are disabled you'll have to choose the Linux backend manually (`gtk3` feature or...

I have just tested msvc on Win11. I will try more targets

I have just tested MSVC on Win11. Just now I also tested cross-compilation using `cross build --target x86_64-pc-windows-gnu` and it successed. I will try GNU on Win11 later.

Maybe we should remove the resource-build code and leave it to be done by the user of rfd. They can choose either [embed_resource](https://crates.io/crates/embed_resource) or [winres](https://crates.io/crates/winres) for embedding the manifest and...

> cc @meowtec I have no permission to do that. I am not a collaborator of this project.

> Did you try using https://developer.apple.com/documentation/appkit/nsapplicationdelegate/2887193-application?language=objc instead? > > I'm asking because that's what we need for "deep linking" support and it conflicts with openFile, and i'm not sure yet...

> Did you try using https://developer.apple.com/documentation/appkit/nsapplicationdelegate/2887193-application?language=objc instead? > > I'm asking because that's what we need for "deep linking" support and it conflicts with openFile, and i'm not sure yet...