Hi,<br /><br />with the following code, I have a strange behavior (on
Scilab 5.2 beta 1 windows) :<br /><br />int sci_gpuInit(char*
fname)<br />{<br />   CheckRhs(0,0);<br />  
CheckLhs(0,0);<br /><br />  return 0;<br />}<br /><br />when I called
the function, I have the following errormessage :<br />gInit()<br />gInit
: Mauvais nombre d'argument(s) de sortie : 0 attendu.<br />A=gInit()<br
/>gInit : Mauvais nombre d'argument(s) de sortie : 0 attendu.<br /><br
/>The last one is expectable...but the following code works :<br
/>A=gInit<br /><br />without parentheses...But with only :<br />gInit<br
/>I have the same error as previously.<br /><br />Is it a bug ?<br /><br
/><br /><br />