5 messages in net.java.dev.jna.usersRe: [jna-users] load two librairies
FromSent OnAttachments
daniel jeemNov 3, 2008 11:44 pm 
Stefan EndrullisNov 4, 2008 1:25 am 
daniel jeemNov 4, 2008 2:04 am 
daniel jeemNov 4, 2008 2:08 am 
LYou...@gkservices.comNov 4, 2008 8:26 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] load two librairiesActions...
From:LYou...@gkservices.com (LYou@gkservices.com)
Date:Nov 4, 2008 8:26:35 am
List:net.java.dev.jna.users

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.