Hi, is there a way to make API calls to arbitrary DLLs from Squeak projects based on v2 sources ?<br><br>I know that in v3 you can define a method which calls <i><br><span style="color: rgb(51, 51, 255);">&lt;apicall: M module: &#39;D.dll&#39;&gt;, </span><br>
</i>where D is the dll, and M is the c-style definition of a method stored inside the DLL. <br>(This kind of statement can access any DLL, so the DLL doesn&#39;t need to be defined to be a loadable Squeak module with proper primitives).<br>
<br><br>I would like to do the same from v2, is it possible ?<br><br>Thanks.<br><br>PS: If there is a better place to search for this kind of info, please let me know also.<br>