3 ms·
I could've sworn I saw something in the last month or two about BITBLT or DirectX changes on Windows.
by aaron_m04 10mo ago
I could've sworn I saw something in the last month or two about BITBLT or DirectX changes on Windows.
- chris_wot 10mo agoIf there is, does anyone have any info on this?
- bitwize 10mo agoIt wouldn't surprise me to find that Windows is now flagging and quarantining unsigned, unfamiliar executables that it catches making these draw calls or really any direct Win32 calls. Microsoft, and in particular Windows Defender which you can't really turn off anymore, has gotten pretty aggressive about blocking software for "security purposes".
- actionfromafar 10mo agoAre we going from "the only stable ABI on Linux is Wine", to "the only stable ABI is Wine"? (Especially now that .NET Framework was donated to Wine...)
- Figs 10mo ago> Especially now that .NET Framework was donated to Wine... Do you mean Mono, or did I miss something?
- actionfromafar 10mo agoYes, I misremembered some things. Apparently Mono has more compatibility with .NET Framework (for instance 4.81) than dotnet (the current, modern recently released in version 10). I mixed that up to mean that .NET Framework proper was released as open source, but that's unfortunately not the case.
- butvacuum 10mo agoMono. Not .net fw.