<!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 usecall_scilab on windows 7 with visual studio 2010. I use it with any problem on ubuntu but in windows I get a link error:<br><br>- I downloaded the binaries<br><br>- create a project in studio 2010,<br><br>- set the includes<br>/modules/call_scilab/includes<br>/modules/api_scilab/includes<br>/modules/core/includes<br><br>I am not used to use the visual  studio 2010, but for the link I have done:<br><br>- Linker Input - >additional dependancies<br>c:\pSCILAB1\proj1\Lib\api_scilab.lib<br>c:\pSCILAB1\proj1\Lib\call_scilab.lib<br><br>and after copying all the lib scilab directory in Lib,<br>I add at the top of the main:<br>#pragma comment(lib, "C:/pSCILAB1/proj1/Lib/call_scilab.lib")<br>#pragma comment(lib, "C:/pSCILAB1/proj1/Lib/api_scilab.lib")<br><br>I get error in the link unresolved external symbol<br>StartScilab,SendScilabJob,TerminateScilab<br><br>thank you in advance for suggestions<br>Pascal<br><br><br><br></BODY></HTML>