← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #272065]: Sikuli C# Integration Issue - Win32Util.dll: %1 is not a valid Win32 application

 

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

manoj gave more information on the question:
the below responses are already tried, but not working.

First one
Install-Package SikuliIntegrator
class > SikuliAction
method > DragDrop & DoubleClick
/*solution for one of the problem fixed*/
https://a.fsdn.com/con/app/proj/sikuli4net/screenshots/2014-08-21%2019_31_27-Sikuli4NetTests%20-%20SharpDevelop.png


Second One
PM> Install-Package Sikuli4Net

var from = new Pattern("C:\\Document_Image_Repository\\case_study.png");
            var to = new Pattern("C:\\Document_Image_Repository\\nortal_networks.png");
            var pcreen = new Screen();
            pcreen.Find(from);
            pcreen.Click(from);
issues faced here
http://sourceforge.net/p/sikuli4net/discussion/general/thread/2361c15b/
http://sqa.stackexchange.com/questions/9485/sikuli-wrapper-for-net-unable-to-connect-to-the-remote-server

Both are run into issues

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.