sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38350
Re: [Question #294505]: Any workaround to loading win32api or win32gui modules?
Question #294505 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/294505
Status: Open => Answered
RaiMan proposed the following answer:
to access the Win32API I use internally the package
<dependency>
<groupId>com.nativelibs4java</groupId>
<artifactId>bridj</artifactId>
<version>0.7.0</version>
</dependency>
https://github.com/nativelibs4java/BridJ
in my case currently only to get something on systempath at runtime
(org.sikuli.util.SysJNA)
In version 2 I will use it to get rid of the C++ code in WinUtil (App
class support).
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.