13 messages in net.java.dev.jna.usersRe: [jna-users] "Can't determine size...
FromSent OnAttachments
Zsolt KútiMay 11, 2009 12:18 pm 
Timothy WallMay 11, 2009 12:22 pm 
Zsolt KútiMay 11, 2009 12:46 pm 
Timothy WallMay 11, 2009 1:06 pm 
Zsolt KútiMay 14, 2009 1:30 pm 
Timothy WallMay 14, 2009 1:58 pm 
Zsolt KútiMay 16, 2009 12:19 pm 
Timothy WallMay 16, 2009 6:42 pm 
Zsolt KútiMay 17, 2009 10:32 am 
Timothy WallMay 17, 2009 10:41 am 
Zsolt KútiMay 17, 2009 11:08 am 
Timothy WallMay 17, 2009 12:47 pm 
Zsolt KútiMay 18, 2009 10:33 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] "Can't determine size of nested structure"Actions...
From:Zsolt Kúti (kut@t-online.hu)
Date:May 11, 2009 12:46:43 pm
List:net.java.dev.jna.users

On Mon, 11 May 2009 15:23:04 -0400 Timothy Wall <twal@dev.java.net> wrote:

If a structure member is empty there is no need to define it. It's probably defined on the native side in order to perform some address/ offset calculation on the empty field.

If I leave out this member JVM core dumps. It is possible that there are still other errors in my code, but how can I find out what's the problem?

Thanks, Timothy!

Zsolt