8 messages in net.java.dev.jna.usersRe: [jna-users] Question on variable ...
FromSent OnAttachments
Jay WaltersMay 12, 2008 9:42 am 
Timothy WallMay 12, 2008 9:52 am 
Jay WaltersMay 12, 2008 11:05 am 
Jay WaltersMay 12, 2008 11:12 am 
Timothy WallMay 12, 2008 12:05 pm 
Timothy WallMay 12, 2008 12:10 pm 
Jay WaltersMay 12, 2008 12:39 pm 
Timothy WallMay 12, 2008 2:05 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] Question on variable length structures in Win32Actions...
From:Jay Walters (jwal@computer.org)
Date:May 12, 2008 11:12:11 am
List:net.java.dev.jna.users

So I guess the bit confusing me is the peer-ing aspect. In java I will always
have an object. Java will allocate it (always me?) and that object will peer
with a native object which sometimes I will allocate and sometimes will get
allocated inside the native code. Does JNA ever allocate the java objects, or
do I always have to do that?

Jay