Share

OziAPI-Java

Tracker: Bugs

5 Invalid calls to Map Comment routines - ID: 1761899
Last Update: Tracker Item Submitted ( nobody )

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)


Nobody/Anonymous ( nobody ) - 2007-07-27 10:09

5

Open

None

Nobody/Anonymous

OziAPI - Java

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.