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

前端 未结 6 941
南方客
南方客 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条回答
  •  失恋的感觉
    2020-12-20 18:49

    If you are talking about a 32-bit processor, then no. But if you are running a 32-bit OS on 64-bit hardware, then you can do it with VMWare. A 64-bit guest can run on a 32-bit host, if the hardware supports it.

提交回复
热议问题