4 messages in net.java.dev.jna.usersRe: [jna-users] Calling methods/funct...
FromSent OnAttachments
Ian McDonaghOct 14, 2008 7:37 am 
Timothy WallOct 14, 2008 7:48 am 
Ian McDonaghOct 14, 2008 8:02 am 
Timothy WallOct 14, 2008 8:13 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] Calling methods/functions on C++ classes, eg. IUnknownActions...
From:Timothy Wall (twal@dev.java.net)
Date:Oct 14, 2008 7:48:51 am
List:net.java.dev.jna.users

See com4j or the JACOB project to access COM interfaces.

On Oct 14, 2008, at 10:38 AM, Ian McDonagh wrote:

Does JNA support calling functions on C++ classes?

I would like to call methods on an IUknown, eg. an IMAPISession (defined in Windows MAPI mapi32.dll).

Any help would be greatly appreciated.