1 message in net.java.dev.jna.usersRe: [jna-users] WinCE Target Problems
FromSent OnAttachments
Timothy WallFeb 15, 2008 5:28 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] WinCE Target ProblemsActions...
From:Timothy Wall (twal@dev.java.net)
Date:Feb 15, 2008 5:28:56 am
List:net.java.dev.jna.users

Nothing included in JNA at the moment, but if you write them, I'll include them as a separate jar file.

You probably don't need anything more than empty classes, since if you don't actually use them, they'll never be loaded.

On Feb 15, 2008, at 5:15 AM, youc@free.fr wrote:

Hi,

I just compile the "ctypes4j.sourceforge.net" projet with Microsoft eMbedded C++ 4.0 for the target : Windows Mobile 2003 SE. This project is based on LIBFFI.

So I am able to compile the project JNA for this target.

However, the target JVM implements only the Foundation Profile 1.1 : there is no java.awt.* and java.nio.*

My question: is there stubs for these classes?