Earlier quoted context omitted.
I suspect mikrotik devs to work on linux...
Can you compile code from within Linux to run on wine..? I know clang supports Windows, but I haven't heard anyone have a crosscompilation setup like that (sounds handy!)
Wine 8.5
21–30 of 93 posts
Re: Wine 8.5
#22I'm constantly so astonished by how well Wine works these days. I remember the first time I heard about Wine, decades ago, and thinking "yeah, right!" But by God, they pulled it off. I would not have been able to move to Linux full-time without Wine. Thanks!
What Windows software do you still need on Linux?
The word "still" in your post suggests you expect F/OSS software to eventually become available for all fields of application. But that's not what I see happening; instead, there's no new desktop (as opposed to cloud) software being released at all, much less on Linux. So Wine is here to stay with us to (increasingly) run old Win software out of maintenance, and works surprisingly well. Of course, that's made possible by Win32 itself having excellent binary compatibility in the first place, as opposed to the Linux user land.
Re: Wine 8.5
#23I'm constantly so astonished by how well Wine works these days. I remember the first time I heard about Wine, decades ago, and thinking "yeah, right!" But by God, they pulled it off. I would not have been able to move to Linux full-time without Wine. Thanks!
What Windows software do you still need on Linux?
Re: Wine 8.5
#24Earlier quoted context omitted.
What Windows software do you still need on Linux?
Winbox (Mikrotik configuration tool). Mikrotik seems to go out of their way to make sure it is compatible with Wine.
Re: Wine 8.5
#25I'm constantly so astonished by how well Wine works these days. I remember the first time I heard about Wine, decades ago, and thinking "yeah, right!" But by God, they pulled it off. I would not have been able to move to Linux full-time without Wine. Thanks!
Runs most of my windows software with little to no issue, and is more compatible with older games than Windows 10/11 itself!
Re: Wine 8.5
#26I'm constantly so astonished by how well Wine works these days. I remember the first time I heard about Wine, decades ago, and thinking "yeah, right!" But by God, they pulled it off. I would not have been able to move to Linux full-time without Wine. Thanks!
What Windows software do you still need on Linux?
Re: Wine 8.5
#27Earlier quoted context omitted.
What Windows software do you still need on Linux?
mostly games for myself but I've also needed it for various weird programs that some professor decided we should use for some homework.
I think that there's still a ways to go for Wine on MacOS at least, like for instance I don't think playing No Man's Sky on MacOS via Wine is viable (or at least it wasn't when I tried a few years ago). I think that's more a limitation of the graphics API MacOS uses though. Supposedly a native port is on the way anyway.
Re: Wine 8.5
#28I'm constantly so astonished by how well Wine works these days. I remember the first time I heard about Wine, decades ago, and thinking "yeah, right!" But by God, they pulled it off. I would not have been able to move to Linux full-time without Wine. Thanks!
I wouldn't be surprised, if wine became a "compatibility layer" embedded into a wsl in Windows at some point
Re: Wine 8.5
#29Earlier quoted context omitted.
I wouldn't be surprised, if wine became a "compatibility layer" embedded into a wsl in Windows at some point
It is already a compatibility layer to run old windows software that Microsoft no longer supports. I use it for making music, and the number of 20+ years old VST plugins that work exceptionally well is astonishing. The only problem I encountered was some of their installers failing because they reported a negative available disk space, presumably because of a bigger new variable overflowing the older smaller one they…