4 messages in net.java.dev.jna.usersRe: [jna-users] Vista 64bit?
FromSent OnAttachments
ArgynJun 21, 2008 5:11 pm 
Timothy WallJun 23, 2008 5:02 am 
ArgynJun 23, 2008 7:28 am 
Timothy WallJun 23, 2008 11:31 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] Vista 64bit?Actions...
From:Argyn (jawa@gmail.com)
Date:Jun 23, 2008 7:28:39 am
List:net.java.dev.jna.users

Timothy

can you tell me what's the issue with Vista? why it's not supported out of the box? is there anything special about it?

I just got my laptop with Vista, havent done anything serious yet. I worked extensively with old code base of JNI shared stubs, know how it works on Solaris and Win32.

On Mon, Jun 23, 2008 at 8:02 AM, Timothy Wall <twal@dev.java.net> wrote:

You can do this with either ming for windows 64-bit (not yet even beta) or with MSVC (using python's ctypes fork of libffi). It most definitely is not buildable out of the box, though.

The easiest path is probably to write some shell wrappers for cl.exe and link.exe so that they act like gcc.

On Jun 21, 2008, at 8:11 PM, Argyn wrote:

Hi

does JNA suppport Vista 64 bit? If not then how to add it?