8 messages in net.java.dev.jna.usersRe: [jna-users] Pointer to native int...
FromSent OnAttachments
José Ramón VargasJul 17, 2007 3:14 pm 
Timothy WallJul 17, 2007 4:06 pm 
José Ramón VargasJul 18, 2007 10:06 am 
Timothy WallJul 18, 2007 11:13 am 
José Ramón VargasJul 18, 2007 3:11 pm 
Timothy WallJul 18, 2007 3:53 pm 
Daniel KaufmannJul 18, 2007 8:30 pm 
张久安Jul 18, 2007 8:50 pm 
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: [jna-users] Pointer to native interface??Actions...
From:Timothy Wall (twal@dev.java.net)
Date:Jul 17, 2007 4:06:10 pm
List:net.java.dev.jna.users

You'll need to be a little more descriptive. For instance, you could show your C interface with example usage in C (which is usually sufficient to derive a corresponding interface using JNA).

On Jul 17, 2007, at 6:14 PM, José Ramón Vargas wrote:

I have a pointerbyreference instanciated to a native interface how can I call the methods from that interface ???