|
From: Al D. <ad...@ca...> - 2000-10-18 00:52:30
|
Thanks to all who responded to my previous posting "Building DLLs using MinGW cross-compiler". I've successfully built DLLs on a linux host for use with JNI... and they work just fine using an Intel processor. However, any time the same DLLs are used on an AMD machine, an "Invalid access to memory location" error occurs when the JVM tries loading the DLL. Has anyone run across this problem? Al |