Is there any way to execute 64-bit programs on a 32-bit computer?

前端 未结 6 945
南方客
南方客 2020-12-20 18:01

Just a simple question: Is there any way to run a program compiled under a 64 bit Windows environment (with mingw64) on a 32 bit machine? Any DLL or any compatibility layer

6条回答
  •  梦毁少年i
    2020-12-20 18:54

    Bochs should do the trick, but you'd need another copy of Windows to run in the virtual machine. (Some editions of Windows include additional licenses for virtual machines, so you might be in luck.)

    Performance would probably be very poor.

提交回复
热议问题