Run windows app on Raspberry pi 2

10/26/2015 16:03 edoardo1104#1
hi all
the title say all
i would like to use my raspberry as a "bot farm" for a game
i just need to run an .exe file
what system should i install on it?what i have to do?
thanks
10/26/2015 17:12 Belur#2
Your .exe is most likely compiled for x86 architecture.
The RPI2 uses an ARM CPU so unless it's an mono app you won't have luck running it on your pi. Even if you would be able to simulate the x86 instruction set and run the .exe, i highly doubt the performance is sufficient for a bot farm.
10/26/2015 18:01 Krotus#3
#moved…
10/26/2015 19:34 Xio.#4
RPi's can't run .exe's. The Windows 10 version only runs Windows Universal Apps.