[Scilab-users] C compiler with Scilab 6.1.0.

imazu imazu.setsuo at nifs.ac.jp
Tue Jun 9 05:26:57 CEST 2020


Hello.

I want to run a C compiler with Scilab 6.1.0.
The operating environment is MS-Windows 10 32bit version.

I have installed Microsoft Visual Studio 2010 Express Edition.

The setting status is as follows.
--> configure_msvc()
    ans =
     T
--> findmsvccompiler()
    ans =

--> haveacompiler()
    ans =
     F

With Scilab 6.0.2 on this PC,
--> configure_msvc()
    ans =
     T
--> findmsvccompiler()
    ans =
    msvc110express
--> haveacompiler()
    ans =
     T

In Scilab 6.0.2, the compilation worked fine.

How can I enable C compilation with scilab 6.1.0?
please tell me.

Best regards, Setsuo Imazu



More information about the users mailing list