muquit / mailsend-go

mailsend-go is a multi-platform command line tool to send mail via SMTP protocol
Other
168 stars 16 forks source link

Is the 32 bit compatible with Windows XP 32 bit? #23

Open luca7766 opened 4 years ago

luca7766 commented 4 years ago

When I launch the 32 bit version of mailsend-go i get an error "This is not a valid 32 bit application etc...", just testing... on Windows 10 64 the 64 bit version runs OK, I searched for info but I don't see any reference to operating system compatibility, thank you.

Montclair commented 4 years ago

Doesn't work for me on XP. The OS pops up a notice "mailsend-go.exe is not a valid Win32 application."

luca7766 commented 4 years ago

yeah, not a real problem, just curious to know why, but the author after months didn't reply to this opened issue.

muquit commented 4 years ago

The program was cross compiled as per golang instruction:

CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -v -o mailsend-go.exe
file mailsend-go.exe
mailsend-go.exe: PE32 executable (console) Intel 80386 (stripped to external PDB), for MS Windows

I do not have access to XP. I suspect it has something to do with golang compiler toolchain. It is not working, so I think I will remove win32 support. Thanks.

Wolf-SO commented 3 years ago

It is not working, so I think I will remove win32 support.

@muquit maybe I'm mixing things up: if you say "win32 support", do you actually mean "Windows XP support"? (the 32-bit version runs fine on my Win8.1 machine)

gigit-f commented 3 years ago

Oh, no, please don't leave 32 bit version. It runs as a rocket on w10 32 bit. XP is over but 32 bit not yet...

ybr1 commented 8 months ago

I'm having the same problem. Converted from mailsend.exe (which works but we're told to switch) to mailsend-go.exe and I get "mailsend-go.exe is not a valid Win32 application" This is on a Windows Terminal System (Windows Server Standard Copyright 2007 32-bit) Any suggestions? Thanks in advance!