2 messages in net.java.dev.jna.usersHow to deal with non java types
FromSent OnAttachments
Daniel HorowitzJun 16, 2007 9:23 am 
Timothy WallJun 16, 2007 4:54 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:How to deal with non java typesActions...
From:Daniel Horowitz (dani@gmail.com)
Date:Jun 16, 2007 9:23:24 am
List:net.java.dev.jna.users

How does one deal with types that are not directly supported by java? One of my callbacks must implement an unsigned long in its signature. What type can I use in java so it will be cast properly? Thanks again, Dan