[Scilab-users] Pb to launch DotNetScilab C# example project

Mike Page mike.pageone at googlemail.com
Wed Apr 15 15:19:35 CEST 2015


Hi Pascal,

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.

Hope that helps,
Mike.


On 14 April 2015 at 17:53, <quantparis at numericable.fr> wrote:

>  Hello
>
> 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
>
> it stops at
> // start Scilab engine
> Scilab_cs_wrapper.StartScilab(null, null, null);
>
> with the message
> Attempt to load a program with uncorrect format
>
> on the same machine, I run a win32 call_scilab program with no problem
>
> Thanks in advance for any suggestion/help
> pascal
>
>
>
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20150415/d818c5c7/attachment.htm>


More information about the users mailing list