[Scilab-Dev] example of c++ interface with new scilab api

2018-04-06 Thread Stéphane Mottelet
Hello, Where can I found a *self contained* working example (with ilib_build call) of a Scilab interface using the *new* c++ api, i.e. types::Function::ReturnValue sci_foo(types::typed_list , int _piRetCount, types::typed_list ) ? All the examples given in the documentation are C

[Scilab-Dev] Adding new properties to graphic objects

2018-04-06 Thread Stéphane Mottelet
Hello, I just want to give my impressions about the tedious task of adding a new property to a graphic object, e.g. here a "SnapToTicks" property to the Slider, directly mapped to the SnapToTicks property of the Java widget: besides two makefile and the modification to the documentation I

[Scilab-Dev] New xcos blocks executing scilab primitive functions

2018-04-06 Thread ericgernot
Hi, I am new to scilab, and I am not a developper, but I fear I may become one because of Scilab :-; I am on windows 7 /64, and installed some recent versions. I created a physic model (chemical process with compositions, streams, etc.) from a script and used xcos to solve it, only using