Gopher2600 Windows 7 x64 #32
-
Hello, Are there any releases of Gopher2600 that work on Windows 7 x 64. Chris |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, There are no recent releases that support Windows 7. Unfortunately, I'm driven by the requirement of the Go compiler which now create binaries that target at a minimum, Windows 10 and Server 2016. The reason for this is because Microsoft no longer support Windows 7. It looks like v0.26.2b was the last version that likely supported Windows 7. I appreciate that this is a nuisance but there's not a lot I can do for newer releases. I will have started using new language features that require more recent versions of the compiler and hence cannot be compiled for Windows 7. v0.26.2b will be good enough to give you an idea whether Gopher2600 is suitable for your needs but bear in mind there have a been a lot of improvements since then. Regards |
Beta Was this translation helpful? Give feedback.
Hi,
There are no recent releases that support Windows 7. Unfortunately, I'm driven by the requirement of the Go compiler which now create binaries that target at a minimum, Windows 10 and Server 2016. The reason for this is because Microsoft no longer support Windows 7.
It looks like v0.26.2b was the last version that likely supported Windows 7.
I appreciate that this is a nuisance but there's not a lot I can do for newer releases. I will have started using new language features that require more recent versions of the compiler and hence cannot be compiled for Windows 7.
v0.26.2b will be good enough to give you an idea whether Gopher2600 is suitable for your needs but bear in mind there h…