[Scilab-users] C compiler

Antoine ELIAS antoine.elias at scilab-enterprises.com
Fri Feb 1 11:49:07 CET 2013


Can you show me the script output ?

the same without line wrap, I hope.

function vcPath64 = dlwGet64BitPath()
    vcPath64 = [];
    programFilesx86Path = getenv('ProgramFiles(x86)', '');
    if (programFilesx86Path <> '') then
        if isfile(programFilesx86Path + '\Microsoft Visual Studio 10.0\VC\bin\amd64\cl.exe') then
            vcPath64 = programFilesx86Path + '\Microsoft Visual Studio 10.0';
        end
    end
endfunction

MSVCBIN64PATH = dlwGet64BitPath() + filesep() + 'VC\bin\amd64'


Le 01/02/2013 11:42, pepe a écrit :
> Unfortunately suggested procedure does not help.  
>
> Note:
> I have installed  MS VC++ 2010 Express, There is recommended a Windows SDK
> 7.1 but 
> I can't install and no idea why always finishes with failure.
>
>
>
>
> --
> View this message in context: http://mailinglists.scilab.org/C-compiler-tp4025856p4025860.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users


-- 
Antoine ELIAS
Software developer
-----------------------
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles
Phone: 01.80.77.04.70
http://www.scilab-enterprises.com




More information about the users mailing list