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, <[email protected]> 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
> [email protected]
> http://lists.scilab.org/mailman/listinfo/users
>
>
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to