Exception in thread "main" java.lang.UnsatisfiedLinkError: Error looking up function
完全照抄下面二个网站的例子,总是找不到函数
http://www.javaforge.com/wiki/66061#section-G95
http://www.ej38.com/showinfo/java-206067.html
:lol: [url]http://today.java.net/pub/a/today/2009/05/19/protect-your-legacy-code-jna.html[/url]
看看这个,后面有demo可以下下来跑跑啊···
找不到函数,第一你的函数命名要按照规则
第二,函数参数的传递也要按照规则。