2 messages in net.java.dev.jna.usersRe: [jna-users] Newbie Question: Call...
FromSent OnAttachments
d^v1dv00Jan 14, 2008 8:35 pm 
Timothy WallJan 15, 2008 5:35 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] Newbie Question: Calling Win32.DLL in Linux EnvironmentActions...
From:Timothy Wall (twal@dev.java.net)
Date:Jan 15, 2008 5:35:23 am
List:net.java.dev.jna.users

On Jan 14, 2008, at 11:36 PM, d^v1dv00 wrote:

Hi there,

Is it possible to write a Java application to call Win32.DLL in Linux Environment?

Java is cross-platform. win32 DLLs are not. Therefore you should not expect to be able to use a win32 dll on anything but a windows box.