<div dir="ltr"><div><div><div>Hi Pascal,<br><br></div>Not sure about DotNet, but some time ago I reported a problem with this API for C (not c#) because the third parameter is specified as int*, but is in fact int. If your compiler is fussy, this could be the problem. Try (NULL, NULL, 0). I found that fixed it for me.<br><br></div>Hope that helps,<br></div>Mike.<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 14 April 2015 at 17:53, <span dir="ltr"><<a href="mailto:quantparis@numericable.fr" target="_blank">quantparis@numericable.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div>Hello<br><br>I am on windows 8.1 and visual studio 2010, I am interested in using DotNetScilab with C#, but when I want to run the project given as example<br><br>it stops at<br>// start Scilab engine<br>Scilab_cs_wrapper.StartScilab(null, null, null);<br><br>with the message <br>Attempt to load a program with uncorrect format<br><br>on the same machine, I run a win32 call_scilab program with no problem<br><br>Thanks in advance for any suggestion/help<br>pascal<br><br><br><br><br></div>
<br>_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@lists.scilab.org">users@lists.scilab.org</a><br>
<a href="http://lists.scilab.org/mailman/listinfo/users" target="_blank">http://lists.scilab.org/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>