Menu

#1 Invalid calls to Map Comment routines

closed-fixed
5
2011-08-15
2007-07-27
Anonymous
No

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)

Discussion

  • Alan Burlison

    Alan Burlison - 2011-08-11

    Removed "ozi" prefix from JNI function definitions.

     
  • Alan Burlison

    Alan Burlison - 2011-08-11
    • assigned_to: nobody --> alanbur
    • status: open --> open-accepted
     
  • Alan Burlison

    Alan Burlison - 2011-08-14
    • status: open-accepted --> open-fixed
     
  • Alan Burlison

    Alan Burlison - 2011-08-15
    • status: open-fixed --> closed-fixed
     
  • Alan Burlison

    Alan Burlison - 2011-08-15

    Fixed in 0.3

     

Log in to post a comment.

Auth0 Logo