Benjamin Richner

Results 51 comments of Benjamin Richner

Cross-compilation should now work out of the box in v0.1.13 of [my fork](https://crates.io/crates/winresource). I updated the README as well, it had some buggy instructions (`target_os` is the host OS when...

In early November 2022, I wrote an email to @mxre with the question whether he could accept PR #41 or give a short feedback on how to proceed. I did...

I wrote the `TextMergeStream`. What @ollpu says is correct. Also see: #507. The text events don't always map one-to-one to the original source buffer of your input. Hence, at least...

> This should be documented and avoided if at all possible, as the manifest is often only meant for the binary I agree. Related: #8. Insufficient control and confusion about...

> Note that this can actually get tricky when making shadow-rs optional I can't quite follow - `winresource` does not depend on `shadow-rs`. > And also considering cross compilation, where...

> I look forward to your pull request fixing such "shenanigans" without the need to bloat the installer. I ship a similar piece of software in ~20MB. It uses GTK3...

Hmm... How does Notepad++ avoid the dependency on the Visual C++ Redistributable with its tiny 4.2MB installer? Perhaps like [this](https://stackoverflow.com/a/10636764/2208440)? They do seem to [link statically](https://github.com/notepad-plus-plus/notepad-plus-plus/blob/9122dc64fab477fd451f7ac92107f326a9f4d5e2/PowerEditor/src/CMakeLists.txt#L397C1-L397C1).

> CMake isn't their official build system so that may not be the same when it is built with visual studio. Seems to be the same in the [Visual Studio...

I can take a look within the next few days :+1:

I tried to access the link https://github.com/dail8859/NotepadNext/suites/15858669490/artifacts/904907341 but I get a 404 error. Hence, I was unable to test it. By the way: Anyone can test this with a clean...