3 messages in net.java.dev.jna.usersjava method signature for native method
FromSent OnAttachments
SriOct 18, 2007 3:43 pm 
Timothy WallOct 18, 2007 4:48 pm 
SriOct 19, 2007 3:06 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:java method signature for native methodActions...
From:Sri (wayt@gmail.com)
Date:Oct 18, 2007 3:43:06 pm
List:net.java.dev.jna.users

I am using a 3rd party managed .dll file.

native method(c#) signature: ------------------------ public int GetTimings(string timings, byte[] intem, out int outTemp);

can any one tell me what the java signature for this method would be?

I have tried public int GetTimings(String timings, byte[] intem, int outTemp); but it says it can not find the function.

Any help would be appreciated.