3 messages in net.java.dev.jna.users[jna-users] Typedef void* usage and m...
FromSent OnAttachments
Daniele RomagnoliOct 18, 2007 5:45 pm 
Daniele RomagnoliOct 18, 2007 6:27 pm 
Timothy WallOct 18, 2007 6:35 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:[jna-users] Typedef void* usage and methods importActions...
From:Daniele Romagnoli (dany@gmail.com)
Date:Oct 18, 2007 6:27:12 pm
List:net.java.dev.jna.users

Ok. Probably I solved my problem...

Using "dumpbin /exports MyDLL.dll" I noticed that the name of the methods I'm looking for, start with an underscore. For this reason, I sligthly changed the FUNCTION_MAPPER for my needs just to proceed with my tests (I know... a finer solution would be better :P).