Invalid calls to Map Comment routines
Status: Beta
Brought to you by:
alanbur
There are mismatched calls to MapComment routines. In in OziAPIJava.dll there are exported functions:
Java_com_oziexplorer_OziAPI_oziAddMapComment
Java_com_oziexplorer_OziAPI_oziDeleteMapComment
Java_com_oziexplorer_OziAPI_oziRepositionMapComment
Those correspond to JNI calls from Java as:
oziAddMapComment
oziDeleteMapComment
oziRepositionMapComment
But Java sources actually call:
addMapComment
deleteMapComment
repositionMapComment
(without "ozi" prefix).
This yields "java.lang.UnsatisfiedLinkError" during runtime.
With best regards,
Ivars Grinbergs
(mestule at inbox-dot-lv)
Removed "ozi" prefix from JNI function definitions.
Fixed in 0.3