<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transational//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
</HEAD>
<BODY>Hello<br><br>I am trying to run call_scilab on windows 7, visual studio 2010Pro<br>the version used is 5.5.0 64bits <br><br>compile with the include in core,api_scilab,call_scilab<br>and link with api_scilab.lib and call_scilab.lib<br>the compile/link are ok but the code :<br><br>if (StartScilab(NULL, NULL, NULL) == FALSE) {<br> cout << "Error while calling StartScilab" << endl;<br>}<br><br>gives in execution ""scilab cannot open jvm library"<br><br>with the following code it's the same thing<br>if (StartScilab("C:/Program Files/scilab-5.5.0/bin", NULL, 0) == FALSE) {<br> cout << "Error while calling StartScilab" << endl;<br>}<br><br>I try to set a link to another java "c:\Program Files\Java\jre7" with the same<br>message<br><br>I don't know what to do as I am using the binary version of scilab, <br>a message says "that I must report the bug", scilab works well with it's own interface<br>I am not sure it's really a bug<br><br>Thank you in advance for suggestion/solution<br><br>Pascal<br></BODY></HTML>