3 messages in net.java.dev.jna.usersnewbie question - C++ library access
FromSent OnAttachments
Tim EmiolaDec 21, 2007 8:26 am 
Timothy WallDec 21, 2007 3:01 pm 
Wayne MeissnerDec 23, 2007 8:34 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:newbie question - C++ library accessActions...
From:Tim Emiola (tbe@users.berlios.de)
Date:Dec 21, 2007 8:26:50 am
List:net.java.dev.jna.users

Hi,

I apologise if this is already answered in the JNA documentation, or elsewhere on the mailing list, but I looked I could not find anything clear.

I'm new to JNA - I'm evaluating the use of JNA as opposed to SWIG+JNI for providing a java wrapper for some C++ libraries that I wish to use from java. The C++ libraries are relatively stable, so I don't really want to change anything about them, although at a push, I will be able to tweak how they get built.

How do I access a C++ objects/methods in a shared library from JNA? Is there any documentation about the best way to do this?

Thanks, Tim