1 message in net.java.dev.jna.usersRe: Question on JNA
FromSent OnAttachments
Timothy WallSep 25, 2007 3:36 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: Question on JNAActions...
From:Timothy Wall (twal@dev.java.net)
Date:Sep 25, 2007 3:36:33 pm
List:net.java.dev.jna.users

JACOB (http://jacob-project.sf.net) is better suited to COM interop.

While you could map COM interfaces (which are simply structures of function pointers) using JNA, COM uses some windows-specific data types and variants for which JNA does not provide built-in definitions. JACOB provides variant types, and can also auto- generate Java interfaces based on a type library.

On Sep 25, 2007, at 4:42 PM, Jin Tao wrote:

From the online search, I find your project JNA. I am very interested in it. Currently, we need have Java codes call a dll generated by VB. I don’t know whether JNA supports it. Or are there any examples I can refer to in the similar case. Thanks.