jimradford / superputty

The SuperPuTTY Window Manager for putty sessions
https://www.facebook.com/superputty
MIT License
1.9k stars 320 forks source link

Missing SuperPuTTY x64 release build (64bit/64 bit) #894

Closed Neustradamus closed 1 year ago

Neustradamus commented 1 year ago

Dear SuperPuTTY team, @jimradford,

Thanks for 1.5.0.0 release from today but SuperPuTTY x64 (64bit/64 bit) release build is always missing.

Can you create this important missing release build?

Thanks in advance.

jimradford commented 1 year ago

@Neustradamus What makes this important?

Taken from the link below: The IL code generated by the C# compiler doesn't care or even know (in general) whether it's going to be running as 32 bit or 64 bit. The JIT compiler takes care of that. So managed code can easily be run on either platform.

https://stackoverflow.com/questions/50619692/understanding-32-bit-vs-64-bit-in-net

Are you having a specific issue with running the release binaries on a 64 bit windows platform?

Neustradamus commented 1 year ago

@jimradford: Sorry for the delay!

It is like to create 32 bit application because 16 bit works?

You can look information on official PuTTY website:

jimradford commented 1 year ago

SuperPuTTY, written in .NET doesn't care if you use a 32 or 64 bit version of putty you can use either. Did you read the link I provided?

Neustradamus commented 1 year ago

It is time to enter in the future, we are in 2023, x64 is here since Windows XP Pro. The goal is to have like other softwares, a x64 version in more x86.

Some links:

jimradford commented 1 year ago

I think you might not be understanding, for the SuperPuTTY application, there is zero advantage or purpose to having two binary releases, you literally get nothing from it other than the zip file being labeled "64 bit". It does not/will not perform any different from what you are downloading, installing, and using right now.