5 messages in net.java.dev.jna.usersRE: [jna-users] JNA: java.lang.Unsat...
FromSent OnAttachments
SriOct 16, 2007 11:44 am 
Timothy WallOct 16, 2007 11:58 am 
Albert StrasheimOct 16, 2007 1:09 pm 
Glick, Gene (GE Indust, Security)Oct 16, 2007 1:31 pm 
SriOct 16, 2007 3:07 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] JNA: java.lang.UnsatisfiedLinkError: Cannot locate function 'GetTimings'Actions...
From:Glick, Gene (GE Indust, Security) (gene@ge.com)
Date:Oct 16, 2007 1:31:03 pm
List:net.java.dev.jna.users

Dump the symbols from the DLL and then you'll be sure. "nm", "objdump" work on linux, I don't recall offhand what you'd use for windows.

not sure if this is what you are looking for, but there's an called Dependency
Walker. It allows you to open a '.dll' and see what it expects. There's other
info in there too - maybe it'll help.

http://www.dependencywalker.com/

regards,

gene