Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

64 or 32 bit? #24

Open
srustamo opened this issue Mar 5, 2016 · 7 comments
Open

64 or 32 bit? #24

srustamo opened this issue Mar 5, 2016 · 7 comments

Comments

@srustamo
Copy link

srustamo commented Mar 5, 2016

The exe file in the repo runs fine in 64b Win server 2008 but fails in 32b Win 7. What gives?

@lf-
Copy link

lf- commented Oct 19, 2016

Needs more details. Console output? Any errors whatsoever?

@prail
Copy link

prail commented Nov 25, 2018

If it runs on x86_64 machines and doesn't on x86 then it's probably because the exe was compiled for x86_64. The solution would be to compile it for x86.

I could possibly cross-compile the project for x86 if you need it.

@srustamo
Copy link
Author

srustamo commented Nov 25, 2018 via email

@prail
Copy link

prail commented Nov 25, 2018

@srustamo ah, that may require a bit more work on my part as I'm running win10 with the latest SDK, so no win7. But, I can download the x86 win7 SDK and try compiling with that though.

@prail
Copy link

prail commented Nov 25, 2018

@srustamo Here's my test build with x86 Win7 SDK. Tell me if it works. HashTWM.zip

@srustamo
Copy link
Author

srustamo commented Nov 26, 2018 via email

@srustamo
Copy link
Author

srustamo commented Dec 8, 2018

Is it really only 16KB binary?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants