← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #237489]: How are the java files in package org.sikuli.basics.proxies generated from C/C++ code using SWIG ?

 

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

    Status: Answered => Open

sai nikhil is still having a problem:
Just to recall,

In VisionJAVA_wrap.cxx there are following 4 functions (there are others
too, but they don't bother us at the moment ;) ),

For source:
Java_org_sikuli_basics_proxies_VisionProxyJNI_FindInput_1setSource_1_1SWIG_10 
Java_org_sikuli_basics_proxies_VisionProxyJNI_FindInput_1setSource_1_1SWIG_11

For target:
Java_org_sikuli_basics_proxies_VisionProxyJNI_FindInput_1setTarget_1_1SWIG_10
Java_org_sikuli_basics_proxies_VisionProxyJNI_FindInput_1setTarget_1_1SWIG_11

for source,
Java_org_sikuli_basics_proxies_VisionProxyJNI_FindInput_1setSource_1_1SWIG_11
gets called first and later
Java_org_sikuli_basics_proxies_VisionProxyJNI_FindInput_1setSource_1_1SWIG_10
gets called.

and for target, only
Java_org_sikuli_basics_proxies_VisionProxyJNI_FindInput_1setTarget_1_1SWIG_10
gets called.

Does this mean target is not properly read ? Any ideas why this is
happening ?

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