Question #237289 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/237289

    Status: Open => Answered

RaiMan proposed the following answer:
Wow, that is really good news.

Is it a static library containing all dependencies?

The error you got means:
- a VisionProxy.dll was found in the used libs folder 
F:\sikuli\SikuliX-IDE\target\libs (hope, it is yours ;-)
- when Java tries to load this dll, one or more dependent libraries are needed, 
that cannot be found on system  path

You have to check with some dependency walker tool, what libs are
missing.

If you linked it dynamic, you have to take care, that the correct versions of 
the dependent dlls are available.
The libs coming with the Sikuli bundle should not be useable for you, since 
they are built in a MinGW environment.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to