I'm trying to compile a 64-bit dll to use with my 64-bit java (using mingw64), but I keep getting this error:
The error is on line 1 which is "include <jni.h>". How do I compile a 64 bit dll?Code:sorry, unimplemented: 64-bit mode not compiled in
Printable View
I'm trying to compile a 64-bit dll to use with my 64-bit java (using mingw64), but I keep getting this error:
The error is on line 1 which is "include <jni.h>". How do I compile a 64 bit dll?Code:sorry, unimplemented: 64-bit mode not compiled in