4 messages in net.java.dev.jna.usersRe: [jna-users] Calling 32-Bit-Lib fr...
FromSent OnAttachments
Jens ArmMar 18, 2008 7:16 am 
Timothy WallMar 18, 2008 9:45 am 
Jens ArmMar 19, 2008 5:43 am 
Wayne MeissnerMar 19, 2008 10:57 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: [jna-users] Calling 32-Bit-Lib from 64-Bit JavaActions...
From:Wayne Meissner (wmei@gmail.com)
Date:Mar 19, 2008 10:57:39 pm
List:net.java.dev.jna.users

On 20/03/2008, Jens Arm <JA@pixip.net> wrote:

Is it with JNA possible to call a 32-Bit-Lib over JNA on a 64-Bit- Machine running 64-Bit Java?

I don't know.

Is it possible to call a 32-bit library from a 64-bit program on whatever OS you're running?

Sorry, I have forgotten to say, that it is Ubuntu-Linux 64Bit on x86_64.

I can run 32Bit-Programms on it (after I install "ia32-libs"-Package), but I do
not know if it is possible to mix 32-/64-Bit programs and "shared objects".

Its not possible - at least on Linux, etc.

Not sure about windows - they always like to do weird hacks to allow ancient libraries to be accessed from new code via thunking.