3 messages in net.java.dev.jna.usersRE: [jna-users] another access violat...
FromSent OnAttachments
Hai Yun TaoAug 19, 2007 4:31 am 
Hai Yun TaoAug 19, 2007 12:37 pm 
Timothy WallAug 27, 2007 12:43 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] another access violation problemActions...
From:Hai Yun Tao (hytp@hotmail.com)
Date:Aug 19, 2007 12:37:22 pm
List:net.java.dev.jna.users

And just to add on that sometimes the access violation occurs even no resultant
datatype conversion occurs, for example:

void foo(void); // even this kind of functions gives access violation

and the JVM gets halted because of this access violation during the execution of
such method. But the problem is that I don't seem to find any problems when
calling these kinds of methods from C, not error, no warning, nothing at all. So
why JVM is halted? This kind of function signature doesn't have a parameter or
return value.