I'm trying to build a software in eclipse that uses openalpr. I've already added the dlls in the same native library location but it is giving me java.lang.UnsatisfiedLinkError.
I tried using Dependency Walker to know which other libraries are missing and found these:
API-MS-WIN-CORE-KERNEL32-PRIVATE-L1-1-1.DLL
API-MS-WIN-CORE-PRIVATEPROFILE-L1-1-1.DLL
API-MS-WIN-SERVICE-PRIVATE-L1-1-1.DLL
API-MS-WIN-CORE-SHUTDOWN-L1-1-1.DLL
EXT-MS-WIN-NTUSER-UICONTEXT-EXT-L1-1-0.DLL
IESHIMS.DLL
It seems to be a problem of Windows 8.1. The solution mentioned by one of the users on the
Microsoft forum is to install
vcredist_x64.exe and vcredist_x86.exe but I've already tried it and didn't fix the problem.
Same people had a problem like this but didn't tell what should be done:
dlls:
liblept170.dll
openalpr.dll
openalprjni.dll
openalpr-net.dll
openalprpy.dll
opencv_core248.dll
opencv_features2d248.dll
opencv_ffmpeg248_64.dll
opencv_flann248.dll
opencv_highgui248.dll
opencv_imgproc248.dll
opencv_objdetect248.dll