https://jna.dev.java.net/javadoc/com/sun/jna/Native.html
CLibrary a = (CLibrary) Native.loadLibrary("lib1", CLibrary.class);
CLibrary b = (CLibrary) Native.loadLibrary("lib2", CLibrary.class);
Levi Yourchuck
Senior Programmer Analyst
G&K Services
Phone: 952 912 5828
www.gkservices.com
Enhancing Image & Safety Through Innovation
This e-mail and any attachments may contain confidential and privileged
information. If you are not the intended recipient, please notify the
sender immediately by return e-mail, delete this e-mail and destroy any
copies. Any dissemination or use of this information by a person other
than the intended recipient is unauthorized and may be illegal.
"daniel jeem" <dani...@gmail.com>
11/04/2008 01:45 AM
Please respond to
use...@jna.dev.java.net
To
use...@jna.dev.java.net
cc
Subject
[jna-users] load two librairies
Hello all,
I want to load two librairies (lib1 and lib2),
Please, how can I do it ?
CLibrary INSTANCE = (CLibrary) Native.loadLibrary(("lib1, lib2"),
CLibrary.class);
Thanks in advance.
Regards.