14 messages in net.java.dev.jna.usersRe: [jna-users] Re: please help me to...
FromSent OnAttachments
daniel jeemOct 23, 2008 8:01 am 
daniel jeemOct 24, 2008 4:36 am 
Kunal ShahOct 24, 2008 7:41 am 
daniel jeemOct 24, 2008 9:14 am 
daniel jeemOct 27, 2008 9:05 am 
daniel jeemOct 30, 2008 2:41 am 
daniel jeemOct 30, 2008 6:08 am 
Paul LoyOct 30, 2008 7:09 am 
daniel jeemOct 30, 2008 8:02 am 
Paul LoyOct 30, 2008 8:16 am 
daniel jeemOct 30, 2008 8:35 am 
daniel jeemOct 30, 2008 8:40 am 
Paul LoyOct 30, 2008 8:50 am 
daniel jeemNov 2, 2008 4:32 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] Re: please help me to add java wrapper for my c applicationActions...
From:Kunal Shah (kuna@gmail.com)
Date:Oct 24, 2008 7:41:29 am
List:net.java.dev.jna.users

You have to work on mappings from your functions to Java. This will take some time initially. Once you have couple of mappings tested with some simple C functions in your Java program, you will be more confident about the behavior. You might want to work with some "dummy functions" (created for testing) in order to make sure that you are sending and receiving parameters/returns correctly.

You can find initially mappings on https://jna.dev.java.net/ under documentations to get you started. Also, you can search through the archive of mail list and search for specific mapping, generally you will find answers there. And if you get stuck on some function, send email on this mailing list with as much information (e.g. C function, java method).

Thanks.

On Fri, Oct 24, 2008 at 6:37 AM, daniel jeem <dani@gmail.com> wrote:

Can you help me please. Daniel.