I need to build a simple non-commercial tool (dealing with Windows GDI API) on Win64 for Win64 (no cross compilation). MinGW seems the best option for me.
I have already used the 32 bit version in the past, as for 64-bit, can you tell me the main differences between the following builds?:
Besides the classic MinGW32 used a straightforward tool, mingw-get.exe
, to customise the setup and keep up with the updating cycle. Which is the equivalent now?