JNI "calling convention"
843829Sep 13 2004 — edited Sep 14 2004Hi
BIt of a newbie to JNI, so please excuse if my question isn't too clear.
I have read that the JNI calling convention on Win32 is "stdcall" - here:
http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/design.html
But I have built a dll using "extern C", and am able to call this dll succesfully from JAVA.
How is this possible?
Are there any implications for the catching of exceptions in the JVM (i.e. exceptions
generated in the native dll).
THanks,
Papandayan