input line is too long
Jeff Sturm
jsturm@one-point.com
Fri Jan 3 16:28:00 GMT 2003
On Thu, 2 Jan 2003, Ranjit Mathew wrote:
> Unlike MSVC, the MinGW GCC/binutils toolchain does not export
> functions from an EXE, even if you explicitly add
> "__declspec(dllexport)" (which is what JNICALL is defined as on
> Win32) to the function definition.
I'm wondering if it would be easier to use JNIRegisterNatives and avoid
the whole libltdl mess, at least when compliling to a single image (.exe)
without any dependence on external libraries.
Jeff
More information about the Java
mailing list