4 messages in net.java.dev.jna.usersRe: [jna-users] Windows x64 jna DLL
FromSent OnAttachments
Thomas BörkelApr 18, 2008 7:05 am 
Albert StrasheimApr 18, 2008 7:20 am 
Timothy WallApr 18, 2008 7:58 am 
Timothy WallApr 20, 2008 4:54 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] Windows x64 jna DLLActions...
From:Timothy Wall (twal@dev.java.net)
Date:Apr 20, 2008 4:54:04 am
List:net.java.dev.jna.users

On Apr 18, 2008, at 10:20 AM, Albert Strasheim wrote:

Hello,

On Fri, Apr 18, 2008 at 4:06 PM, Thomas Börkel <tho@boerkel.de> wrote:

HI!

Someone already tried compiling the jna lib on Windows x64?

There are x64 versions for Linux, Sun and MacOS on the web site, but not for Windows...

The last time I checked, the patches for Windows 64-bit ctypes (which is what JNA uses to talk to the native library) only existed in the Python ctypes code base, and not in standalone ctypes, GCC ctypes or JNA's ctypes.

Someone who knows what they're doing probably needs to merge the stuff in Python ctypes with standalone ctypes.

Although just to get something working you should be able to drop-in the python libffi build into JNA, they should be API-compatible.