MarappPrashanth / sikuli-api

Automatically exported from code.google.com/p/sikuli-api
0 stars 0 forks source link

It's need to specify that the sikuli-api library requires Microsoft Visual C++ Redistributable Package #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you try run your program (which used sikuli-api) on Windows computer 
(Windows 7 in my case) where Microsoft Visual C++ Redistributable Package is 
not installed, you will see an error like this:

"C:\Users\User\AppData\Local\Temp\javacpp26205597583997\jniopencv_core.dll: 
Can't find dependent libraries"

So I think that Microsoft Visual C++ Redistributable Package should be added to 
Requirements.

Original issue reported on code.google.com by Aleksey....@gmail.com on 4 Sep 2013 at 9:02

GoogleCodeExporter commented 8 years ago
Hi, Did you get any solution for this issue? The dll of opencv is inside the 
jar api, so why do we need the microsoft visual c++?

Original comment by ivanildo...@gmail.com on 29 May 2015 at 2:51