关于jna调用dll报错的问题

Exception in thread "AWT-EventQueue-0" java.lang.Error: java.lang.reflect.InvocationTargetException
Caused by: java.lang.UnsatisfiedLinkError: Error looking up function 'NET_DVR_SetupAlarmChan_V41': ÕҲ»µ½ָ¶¨µ
应该是报的没有找到对应函数,但是dll确实已经加载到了。求大神解释下什么鬼。

http://blog.csdn.net/u011088260/article/details/52005347