Use of SendScilabJob

hehiha dungnguyenbk at gmail.com
Thu Jul 12 05:32:58 CEST 2012


Hi Mike.
Thank for your help.
I try build this code for scilab-5.3.3,  scilab-5.3.2, scilab-5.4.0-beta1
for windows and have same problem.
Step1: I build this code. Have error with link c-strack.h

fatal error C1189: #error :  Using stack-c.h is deprecated!

Step2: I remove include 

//#include "call_scilab.h"
//#include "api_scilab.h" 
And rebuild no error. But when I run have error 
can not opne JVM  library.

Step3: I change
 if (StartScilab (NULL, NULL, 0) == FALSE)
 to
if (Call_ScilabOpen(NULL, FALSE, NULL, 0)== FALSE)
And rebuild no error.  But when I run no happen. 
Scilab it hanger. It not show anything. 
Process can not normal exit. I must force this process.
I don't know why.

--
View this message in context: http://mailinglists.scilab.org/Use-of-SendScilabJob-tp3880580p4024567.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list