Compile 64-bit binary with MinGW (Dev-C++)

后端 未结 1 1411
太阳男子
太阳男子 2021-01-01 16:06

It is probably a stupid question but i was searching for the answer from about 3h.

¿How to compile 64-bit binary with (Dev-C++) MinGW?

I ha

相关标签:
1条回答
  • 2021-01-01 16:47

    To build a 64-bit binary on windows you need the 64-bit version of the mingw compiler. Mingw-W64 is one possible distribution you can use. You can find a list of downloads here.

    Additionally, you can also find Dev-C++ setup bundled with mingw 64-bit compiler under Orwell Dev-C++'s download section. Make sure you choose "TDM-GCC x64 4.7.1" either setup or portable.

    0 讨论(0)
提交回复
热议问题