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!