← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #198111]: Is it possible to call a Windows DLL from an extension?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
This has nothing to do with Sikuli extensions.

You have to setup a new Java class, that wraps your native code using JNI.
You might set this up yourself or use SWIG for that.

Examples how to do both variants can be found in Sikuli's source (JNI =
Win32Util, VisionProxy = SWIG)

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