7 messages in net.java.dev.jna.usersRe: [jna-users] JNA and Windows mobile
FromSent OnAttachments
Carlos MacLeodSep 25, 2007 9:23 am 
Timothy WallSep 25, 2007 11:10 am 
Timothy WallSep 25, 2007 11:11 am 
Carlos MacLeodSep 25, 2007 12:02 pm 
Carlos MacLeodSep 25, 2007 12:03 pm 
Carlos MacLeodSep 28, 2007 2:04 pm 
Timothy WallSep 28, 2007 2:25 pm 
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] JNA and Windows mobileActions...
From:Carlos MacLeod (carl@gmail.com)
Date:Sep 25, 2007 12:03:37 pm
List:net.java.dev.jna.users

Will be my first choice ;-)

Thanks

2007/9/25, Timothy Wall <twal@dev.java.net>:

One other alternative would be to compile stub classes for whatever is missing and then just avoid using those classes in your interfaces.

On Sep 25, 2007, at 12:24 PM, Carlos MacLeod wrote:

Hi guys,

I am trying to use JNA with Windows mobile. The first thing i did was compile with 1.3 compliance, since it is the compliance for my JVM ( CreME ). The 2nd problem is the java.nio classes (Buffer and ByteBuffer), since the CDC java.nio does not implements this classes.