I just did the test on the bass library, but I could not go too far ..
I happen to load the dll and initialize it, the problem is how to call a function with a "string" type..
ex:
in Bass.pas i:
BASS_StreamCreateFile : function(mem: BOOL; f: Pointer; offset, length: QWORD; flags : DWORD): HSTREAM;and in BASS.java i:
public static native int BASS_StreamCreateFile(String file, long offset, long length, int flags);I called in the first BASS_StreamCreateFile with PChar(F) but the second I do not know how to call it.
Sorry for my English

thx