9 messages in net.java.dev.jna.usersRe: UnsatisfiedLinkError with
FromSent OnAttachments
Nicolas VienneDec 12, 2007 2:48 am 
Timothy WallDec 12, 2007 4:42 am 
Nicolas VienneDec 12, 2007 5:31 am 
Timothy WallDec 12, 2007 6:10 am 
Nicolas VienneDec 12, 2007 7:02 am 
Timothy WallDec 12, 2007 7:29 am 
Timothy WallDec 12, 2007 7:55 am 
Nicolas VienneDec 12, 2007 8:12 am 
Timothy WallDec 12, 2007 8:30 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: UnsatisfiedLinkError withActions...
From:Nicolas Vienne (ikar@tagazok.net)
Date:Dec 12, 2007 7:02:10 am
List:net.java.dev.jna.users

1. What is wrong in my use of the function mapper ? 2. Will it work (I'm optimistic) with function whose symbol ends with @12 or @20 ?

1. That should work, and does work within JNA's own unit tests (see W32StdCallTest). Make sure you're doing a clean build. 2. Yes, it will work with any function callable from JNA

Well, it seems that the symbols packaged in my DLL (I'm using VC++ 6.0) starts with an underscore and thus the function "add" is not found. The problem is solved by using "_add" instead but it is not satisfactory for me. Is there a way to have the _ taken into account ?

For 2. I'll make further checks !

Thank you for your help so far !

Nicolas