Open srustamo opened 8 years ago
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 <notifications@github.com 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 https://github.com/ZaneA/HashTWM/issues/24#issuecomment-441477010, 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 <notifications@github.com 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 https://github.com/ZaneA/HashTWM/issues/24#issuecomment-441485068, 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?