Re: [Scilab-Dev] Scilab 6.0 // Implementation of user-defined types

2017-02-21 Thread Samuel Gougeon
Le 21/02/2017 à 21:44, Samuel Gougeon a écrit : .../... Nothing has changed between Scilab 5 and Scilab 6 about that. Except that types names can now be longer than 8 characters. Regards ___ dev mailing list dev@lists.scilab.org http://lists.scilab.

Re: [Scilab-Dev] Scilab 6.0 // Implementation of user-defined types

2017-02-21 Thread Clément David
Hi Dirk, > is there (apart from source code of Scilab itself) any > documentation/tutorial/example available, which provides > a good starting point on how to implement user-defined types > in the new Scilab 6.0? Nice question, we currently only have internal code using it even if the code conta

[Scilab-Dev] Scilab 6.0 // Implementation of user-defined types

2017-02-21 Thread Dirk Reusch
Hello, is there (apart from source code of Scilab itself) any documentation/tutorial/example available, which provides a good starting point on how to implement user-defined types in the new Scilab 6.0? Thanks, Dirk ___ dev mailing list dev@lists.scila

Re: [Scilab-Dev] Scilab 6.0

2016-02-15 Thread Laurent Berger
Le 15/02/2016 12:27, Laurent Berger a écrit : Hi, Is it a message from Scilab Enterprise? Just arrived : Yann Debray - Team Scilab Reply-To: communicat...@scilab-enterprises.com To: Subject: [PUB]Scilab News: Scilab 6 Beta, VISA Toolbox, Embedded World 2016 PS sorry for empty message _

Re: [Scilab-Dev] Scilab 6.0

2016-02-15 Thread Laurent Berger
Hi, Is it a message from Scilab Enterprise? " Le 05/01/2016 08:43, Clément David a écrit : Hi Laurent, The call function is not implemented yet but will be for the stable release. Note that your toolbox does not use the toolbox skeleton and thus might be harder to maintain in the futur

Re: [Scilab-Dev] Scilab 6.0

2016-01-04 Thread Clément David
Hi Laurent, The call function is not implemented yet but will be for the stable release. Note that your toolbox does not use the toolbox skeleton and thus might be harder to maintain in the future. -- Clément Le jeudi 24 décembre 2015 à 13:28 +0100, Laurent Berger a écrit : > Hi, > > I'm tryi

[Scilab-Dev] Scilab 6.0

2015-12-24 Thread Laurent Berger
Hi, I'm trying to use Scilab 6.0 alpha2.0 with my contrib. After some error like some ; missing I have got an error : Undefined variable: call at line 2 of functionFermerPortAudio ( C:\PROGRA~1\SCILAB~1.0-A\contrib\AnaSpec\loader.sce line 65 ) I don't understand call is stil