<div class="gmail_quote">People: I am having a problem with cdelc and apicall in windows with SqueakDBX.<br><br>I have a abstract class OpenDBX with the subclasses:  OpenDBXWin32 and OpenDBXUnix. SqueakDBX detects which OS you are using and instances one of them. They have these methods:<br>

<br> OpenDBXWin32:<br><br>apiBind: handle database: databaseName name: userName password: password method: method<br>    &quot;int odbx_bind(odbx_t* handle, const char* database, const char* who, const char* cred,int method )&quot;<br>



    &lt;apicall: long &#39;odbx_bind&#39; (ulong char* char* char* ulong) module: &#39;libopendbx-1.dll&#39;&gt;<br>    ^self externalCallFailed<br><br>OpenDBXUnix:<br><br>apiBind: handle database: databaseName name: userName password: password method: method<br>



    &quot;int odbx_bind(odbx_t* handle, const char* database, const char* who, const char* cred,int method )&quot;<br><br><br>In linux, I don&#39;t have problems, but in windows, when I try to download it from MC, I have a &quot;sintax errror&quot;<br>

<br>&quot;OpenDBXUnix api calls 
apiBind: handle database: databaseName name: userName password: password method: method&quot;<br><br>apiBind: handle database: databaseName name: userName password: password method: method<br>    &quot;int odbx_bind(odbx_t* handle, const char* database, const char* who, const char* cred,int method )&quot;<br>


    &lt;&gt; expected -&gt;cdecl: long &#39;odbx_bind&#39; (ulong char* char* char* ulong) module: &#39;opendbx&#39;&gt;<br>    ^self externalCallFailed<br>    &lt;cdecl: long &#39;odbx_bind&#39; (ulong char* char* char* ulong) module: &#39;opendbx&#39;&gt;<br>



    ^self externalCallFailed<br><br>Does anyone have an idea of what can be happening ?<br><br>thanks in advance.<br><font color="#888888"><br>Mariano<br><br>
</font></div><br>