considering the all-insistence of rust on using internet for all the libraries, this doesn't seem like a good idea...
Unofficial "Tier 4" Rust Target for older Windows versions
11–20 of 97 posts
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#12Re: Unofficial "Tier 4" Rust Target for older Windows versions
#13I 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.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#14Re: Unofficial "Tier 4" Rust Target for older Windows versions
#15I 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.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#16considering the all-insistence of rust on using internet for all the libraries, this doesn't seem like a good idea...
[net]
offline = true
[source]
[source.crates-io]
replace-with = "debian"
[source.debian]
directory = "/usr/share/cargo/registry"
Works great.Re: Unofficial "Tier 4" Rust Target for older Windows versions
#17I 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.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#18https://github.com/mrk-its/rust-mos
It works, and builds binaries that are ready to be executed by Vice emulator.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#19I 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.
I’ve myself compiled Nim on Windows 7, Windows XP, and Haiku, and have run simple Nim programs on the C64 and GameBoy Advance.
Re: Unofficial "Tier 4" Rust Target for older Windows versions
#20I 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.
seeing Windows 8 called old really did some psychic damage to me. If it's not a secret, what kind of customers do you have? Is it some industrial stuff as usual?