-
Notifications
You must be signed in to change notification settings - Fork 33
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
Comments
Needs more details. Console output? Any errors whatsoever? |
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. |
Yes, please. I have a couple of win 7 boxes, all 32 bit.
…On Mon, Nov 26, 2018, 02:52 Andrew Teesdale ***@***.*** wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#24 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAtw9QmddfTsPssPJHDdlHbg_LpEreB8ks5uyxERgaJpZM4Hp-v1>
.
|
@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. |
@srustamo Here's my test build with x86 Win7 SDK. Tell me if it works. HashTWM.zip |
Thanks! Will try out.
…On Mon, Nov 26, 2018, 04:48 Andrew Teesdale ***@***.*** wrote:
@srustamo <https://github.com/srustamo> Here's my test build with x86
Win7 SDK. Tell me if it works. HashTWM.zip
<https://github.com/ZaneA/HashTWM/files/2613632/HashTWM.zip>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAtw9TxUqL1FvxcKBZxgsdofZYhQxrq8ks5uyyxQgaJpZM4Hp-v1>
.
|
Is it really only 16KB binary? |
The exe file in the repo runs fine in 64b Win server 2008 but fails in 32b Win 7. What gives?
The text was updated successfully, but these errors were encountered: