Peter Atashian
Peter Atashian
MsvcLibX won't fix anything automatically for Rust because Rust doesn't use libc for IO so redefining libc functions is worthless. What would fix things is detecting non-verbatim paths that are...
Fortunately since Windows 10 version 1607 you can now enable long path support for all paths, not just verbatim paths, as long as you're calling certain W functions. All you...
`cargo rustc -- -Clink-arg "/MANIFESTINPUT:manifest.xml"`
>What else would you propose to use if no color space information is given? The absence of color space information simply means to assume the default, which is gamma encoded...
>This is e.g. how it is generally done on GPU The GPU actually has specific color formats for sRGB. So when you load up some u8 data you specifically have...
> Makefile This is Windows we're talking about. Getting `make` is more of a hassle than just getting `D3DCompiler_47.dll`.
Also be wary of code that does `use std::env::var;` and uses it simply as `var`.
I consider it to be a process failure that this was proposed *and* implemented without a single consideration or mention of Windows. That something so dependent on toolchain specifics could...
> The problem with backtraces wasn't caused by this change, it only exposed a pre-existing issue, which has been existing in Rust for a long time (4 years, [rust-lang/rust@a6c2f73](https://github.com/rust-lang/rust/commit/a6c2f73b6e0d24af5396355886b26bb23885c37e)). It's...
- `A:` is a real partition that I do all my code related stuff on. - PyQt5 was installed with MSYS2's pacman `$ mingw-w64-x86_64-python3-pyqt5`. As for the contents of that...