Building 64 bit dll with MinGW 32 bit in Eclipse

后端 未结 3 842
感动是毒
感动是毒 2020-12-10 06:05

I installed the 32 bit version of Mingw 4.7.2 (using the installer) on my Windows 7 64 bit. I use MinGW in an Eclipse C++ project in order to build a .dll file. So far ever

3条回答
  •  再見小時候
    2020-12-10 07:08

    I recently faced the same problem, installing the MinGW-64 version enabled the -m64 flag for me. You can get an automated build from here.

    EDIT : Some guy (rubenvb) made some good job in the Personal Builds :

    There's gcc 4.7.4 here and even 4.8.0 here.

提交回复
热议问题