Hi everybody. I am developing SqueakDBX a openDBX C library. We are using FFI to call C functions. OpenDBX has always been compiled in linux and mac. But since the last version, it works under Windows using Cygwin or WinGW. I could test the library and works well (in windows). It has been generated the necessary .dlls. The problem is that theese .dlls files are in c:/cygwin/usr/lib/* . And, I can&#39;t &quot;see&quot; those functions from FFI.<br>
<br>In FFI I am using apicall instead&nbsp;of cdecl (the one I use under linux).<br><br>I have never work with C under linux. <br><br>Can someone help me?<br><br>thanks,<br><br>Mariano<br>