8 messages in net.java.dev.jna.users[jna-users] call to a native Win32 fu...
FromSent OnAttachments
lemmel lemmelJun 3, 2009 8:09 am 
Timothy WallJun 3, 2009 9:02 am 
lemmel lemmelJun 4, 2009 2:10 am 
Timothy WallJun 4, 2009 3:30 am 
lemmel lemmelJun 4, 2009 6:04 am 
lemmel lemmelJun 5, 2009 1:34 am 
lemmel lemmelJun 5, 2009 1:55 am 
lemmelJun 8, 2009 6:26 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:[jna-users] call to a native Win32 function behave randomlyActions...
From:lemmel (lem_@hotmail.com)
Date:Jun 8, 2009 6:26:00 am
List:net.java.dev.jna.users

JNA is only set up to build 32-bit windows binaries using cygwin+mingw- gcc. I doubt libffi will build with VS without extra tweaking (although the 64-bit version will).

Well, I throw in the towel ; I don't have enough skills to make a msvc port, and my bosses will not give me the time, so I just will use the old JNI way.

Anyway, thanks for your presence and support.

P.S. : if I encounter problems with the JNI way, I will post here in order to clear the cygwin-gcc generation from the "bad dll mixture" charge. But I assume that it is the problem, because I already encountered such randomly behaviour in the past, and the reason was "bad dll mixture" (e.g. mix of debug and release versions of dlls).