4 messages in net.java.dev.jna.usersRe: [jna-users] Pointer to a caller-a...
FromSent OnAttachments
Dave KennedyNov 7, 2008 12:48 pm.java
Timothy WallNov 7, 2008 1:08 pm 
Dave KennedyNov 7, 2008 1:31 pm.java, .java, .java
Timothy WallNov 7, 2008 1:45 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] Pointer to a caller-allocated GUID bufferActions...
From:Timothy Wall (twal@dev.java.net)
Date:Nov 7, 2008 1:45:22 pm
List:net.java.dev.jna.users

On Nov 7, 2008, at 4:32 PM, Dave Kennedy wrote:

Hi,

I have an Exception in thread I'm not sure if SetupDiGetClassDevs is declared correctly Please see attached. Thanks for the response.

run: Exception in thread "main" java.lang.UnsatisfiedLinkError: Error looking up function 'SetupDiGetClassDevs': The specified procedure could not be found.

Run "depends.exe" on your dll to see if that's what the function is named. Check to see whether it uses the stdcall convention, in which case the name may have a "@NNN" suffix.