Earlier quoted context omitted.
Perhaps the best example I can think of is the whole situation InstallShield is....massive crapware and actually generated 16 bit installers way way after anyone was using 16bit PCs. Nobody notices until, I think it was W8 or W10 dropped support for running 16bit executables (something about dropping the subsystem that supported them.
Nobody noticed because Windows special cased InstallShield. https://devblogs.microsoft.com/oldnewthing/20131031-00/?p=27...
Unofficial "Tier 4" Rust Target for older Windows versions
81–90 of 97 posts
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#82Earlier quoted context omitted.
And how do you get paid when your users that are so broke they're still needlessly on 7/8?
Big assumption there... chances are they would rather keep the money or spend it elsewhere, instead of "unnecessarily" upgrading when things still work
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#83Earlier quoted context omitted.
Big assumption there... chances are they would rather keep the money or spend it elsewhere, instead of "unnecessarily" upgrading when things still work
Win10 has got to cost less than a single ransomware attack.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#84I wish more languages support old platforms. I'm working in a company and a lot of our customers are running Windows 7 and 8, few of them running Vista. I have to use ancient versions of development tools to target those. For example stuck on Java 8 for eternity. It's PITA.
Why? That effort is far better spent on developing new things and taking advantage of modern hardware. People need to upgrade. I'm surprised any machine running Vista could even use the modern web.
Somewhere out there is a Windows 98 machine controlling an industrial machine that will out live early posters on HN.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#85Earlier quoted context omitted.
I do wonder how much support is removed because of genuine maintenance or compatibility burden, because I've encountered enough examples where it was done solely because some target was deemed "too old" arbitrarily, even if it would still work without any modifications.
Perhaps the best example I can think of is the whole situation InstallShield is....massive crapware and actually generated 16 bit installers way way after anyone was using 16bit PCs. Nobody notices until, I think it was W8 or W10 dropped support for running 16bit executables (something about dropping the subsystem that supported them.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#86Earlier quoted context omitted.
Perhaps the best example I can think of is the whole situation InstallShield is....massive crapware and actually generated 16 bit installers way way after anyone was using 16bit PCs. Nobody notices until, I think it was W8 or W10 dropped support for running 16bit executables (something about dropping the subsystem that supported them.
It was 64-bit Windows versions, 16 bit was never supported not even on XP 64-bit. I think W8 was the first 64-bit only Windows.
Nope, that would be Windows 11! There is a 32-bit version of Windows 10.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#87Earlier quoted context omitted.
What kind of business are you in that you need to be able to support these platforms that have been end-of-life for quite some time? Genuine question.
And how do you get paid when your users that are so broke they're still needlessly on 7/8?
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#88Earlier quoted context omitted.
In my country the Government requires any salesman to have some computer for the sake of sending the info about any sell preferably immediately. I don't know why does they need this, maybe it is making easier for them buying the gold toilets. For example we still have corona-style limitations like no paying with card if the country is bombed somewhere or the businessman risks to be fined. The thing is that nobody wan…
In my country the Government requires any salesman to have some computer for the sake of sending the info about any sell preferably immediately. I don't know why does they need this, maybe it is making easier for them buying the gold toilets. If that country happens to be Germany, it's to combat tax fraud.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#89Earlier quoted context omitted.
Tried to use Nim with VBCC to cross-compile to Amiga, but I failed. I think Nim does some pretty heavy assumptions about the C compiler that is used to compile the generated code.
Just in case you aren't in the loop, but there are gcc and llvm based Amiga cross compilers.
Never used Nim before so I might be doing something wrong though.
I wish retro Amiga had Rust support. I've briefly skimmed what would be necessary to do, based on the rust-mos (Rust for commodore-64 fork), but I'm too weak in LLVM internals to actually do it.