2 messages in net.java.dev.jna.usersRe: [jna-users] struct **** as argument
FromSent OnAttachments
amina guermoucheOct 22, 2008 8:34 am 
Paul LoyOct 22, 2008 8:39 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: [jna-users] struct **** as argumentActions...
From:Paul Loy (kete@gmail.com)
Date:Oct 22, 2008 8:39:59 am
List:net.java.dev.jna.users

Pointer looks like the one to use here.

On Wed, Oct 22, 2008 at 4:35 PM, amina guermouche <guer@yahoo.fr>wrote:

Hie, I have a C structure called mesh_t. It's used as a mesh_t **** a and is an argument of a function I need to call from JAVA: void bunch_of_ray(struct mesh_t ****a)

I don't know how to write this function in JAVA (if it was just a struct * mesh_t I'd have passed the structure direclty). Thank You.