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 everything works.
However I use this .dll to be included in a java project via JNI. And when I call a function of the .dll in the java project the exception "Exception in thread "main" java.lang.UnsatisfiedLinkError: D:\path\mylib.dll: Can't load IA 32-bit .dll on a AMD …
我正在尝试在Windows上安装mingw-w64。但是,我收到一个错误,“文件下载不正确”。再次从sourceforge重新下载安装文件不能解决问题。是否有其他安装方法,或者我做错了什么?