Java (JNA) - can't find function in DLL (C++) library
问题 I am new in Java, searched for this question in google and stackoverflow, found some posts, but still I can't understand. I want to use DLL libary (C++) methods from Java. I use JNA for this purpose. JNA found my library but it can't find my method: Exception in thread "main" java.lang.UnsatisfiedLinkError: Error looking up function 'LoadCurrentData': The specified procedure could not be found. My code: package javaapplication1; import com.sun.jna.Library; import com.sun.jna.Native; import