[Scilab-Dev] GSOC query for Scilab UI elements

Sylvestre Ledru sylvestre.ledru at scilab.org
Tue Mar 9 20:12:59 CET 2010


Le mercredi 10 mars 2010 à 00:36 +0530, chirag at iitg.ernet.in a écrit :
> Can this be possible that we can call a Java or C++ function from a Scilab
> command
Yes, it is possible. 
It is possible by default with C++ (and fortran or C). See:
http://www.scilab.org/product/man/section_eb691bc0a443eb3a95bc5db4d1be2102.html
and with Java through: 
http://forge.scilab.org/index.php/p/importjava/
(which is still under development) 


>  and run java or c++ gui and then implement a interface program to
> communicate between Java/C++ gui and scilab ?
Well, yes but not out of the box. You have to go through SWIG or GIWS to do it.
There are some usages of this into Scilab source code.

Sylvestre





More information about the dev mailing list