[scilab-Users] C API Hangs

Sylvestre Ledru sylvestre.ledru at scilab.org
Fri Jul 2 01:27:50 CEST 2010


Le jeudi 01 juillet 2010 à 15:22 -0700, Matt Bigarani a écrit :
> Something to add:
> 
>  
> 
> If I change the first param to something other than a directory
> 
>  
> 
> if ( StartScilab("/Program Files/scilab-5.2.1/bin/foobar","/Program
> Files/scilab-5.2.1/etc/scilab.start",NULL) == FALSE )
Here, you must set the path to SCI (under Linux, it is usually
share/scilab/) and set the second arg to NULL.
It should work.

It not, try to start with a debugger to see where it is stuck.
or you can also try to disable the interactive mode by calling the
function 
DisableInteractiveMode

Regards,
Sylvestre





More information about the users mailing list