ZaneA / HashTWM

An automatic Tiling Window Manager for the Windows OS.
Other
459 stars 33 forks source link

64 or 32 bit? #24

Open srustamo opened 8 years ago

srustamo commented 8 years ago

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

lf- commented 8 years ago

Needs more details. Console output? Any errors whatsoever?

prail commented 5 years ago

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 commented 5 years ago

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 .

prail commented 5 years ago

@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 commented 5 years ago

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

srustamo commented 5 years ago

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 .

srustamo commented 5 years ago

Is it really only 16KB binary?