2 messages in net.java.dev.jna.usersNew to JNA - Basic Question
FromSent OnAttachments
davi...@principlesoft.comFeb 27, 2008 1:55 pm 
Timothy WallFeb 27, 2008 3:58 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:New to JNA - Basic QuestionActions...
From:davi...@principlesoft.com (davi@principlesoft.com)
Date:Feb 27, 2008 1:55:26 pm
List:net.java.dev.jna.users

I have a 3rd party Windows based dll that I need to access. The dll is used successfully in Visual Studio VB, C++ and C# examples that I have.

I have gone through some examples for trying to access dll functions and can make things work for the test cases I have tried.

However, I am not having luck accessing functions in this dll. I suspect that there may be some issues with the dll that is causing problems - although I do not know what that would be. Someone suggested that the functions in the dll are not properly exposed.

Can someone point me to a simple console example that opens a dll and lists the functions that it contains?