6 messages in net.java.dev.jna.usersRe: [jna-users] JNA / Linux problem -...
FromSent OnAttachments
Benjamin BOUCHERAug 13, 2008 10:36 am 
Benjamin BOUCHERAug 13, 2008 11:19 am 
Timothy WallAug 13, 2008 11:44 am 
Benjamin BOUCHERAug 14, 2008 1:03 am 
Timothy WallAug 14, 2008 3:58 am 
Benjamin BOUCHERAug 14, 2008 4:42 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] JNA / Linux problem - Error looking up functionActions...
From:Benjamin BOUCHER (bouc@gmail.com)
Date:Aug 14, 2008 4:42:35 am
List:net.java.dev.jna.users

In fact, I have already read some similar responses from you in other threads (thanks google) and I started a basic C name mangler (which I won't finish of course :) a few minutes ago ^^

If you've already done this on w32 then I guess you won't have problems,

although I'm surprised you didn't have the same problem on w32.

It seems the lib was compiled under msvc under Windows, and maybe g++ under Linux, yet I think it's only C, not C++. It may explain why I have this problem under Linux only.

Anyway, thanks for the help, it should be working in a few minutes :)