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
_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to