4 messages in net.java.dev.jna.users[jna-users] JNA and Windows mobile
FromSent OnAttachments
youc...@free.frMar 16, 2009 2:46 pm 
Hristo NovatchkovMar 27, 2009 3:14 pm 
youc...@free.frMar 30, 2009 1:37 am 
Novatchkov HristoJul 27, 2009 1:03 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:[jna-users] JNA and Windows mobileActions...
From:youc...@free.fr (youc@free.fr)
Date:Mar 30, 2009 1:37:36 am
List:net.java.dev.jna.users

Selon Hristo Novatchkov <hris@univie.ac.at>:

Hi,

I provided a jna.jar and three dll (jnidispatch.dll) for WM2003, WM5.0 and wm6.0

The choice of a particular dll depends on your traget platform.

Otherwise, there is nothing special. All the JNA docs applies, in particular the use of jna.library.path or java.library.path system properties to set the path to your target library.

Hi Youcef,

thanks again for uploading the patch for Windows Mobile. The dll seems to work, since the runtime doesn't complain about that anymore. Though, when I try to make some native calls on the device, some of them work, but others let my program suddenly crash. Therefore some comments and questions: The jna jar that you gave me seems to be for Windows Mobile 2003 and doesn't include the patch dll (you didn't include it on purpose I guess?). I am using WM 6, hence, my question: can I use the same jar by adding the appropriate dll in a subfolder win32-arm? Do I also have to rename the wm2003 folder to something like wm6 or that doesn't matter at all? Is there anything else that I have to include in the jar file?

I'd really appreciate your help! Hristo P.S. Sorry for the double mail!