<div class="gmail_quote">On 21 February 2012 19:10, Alex Rønne Petersen <span dir="ltr"><<a href="mailto:xtzgzorex@gmail.com">xtzgzorex@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 21-02-2012 18:03, Manu wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On 21 February 2012 16:59, Michel Fortin <<a href="mailto:michel.fortin@michelf.com" target="_blank">michel.fortin@michelf.com</a><br></div><div class="im">
<mailto:<a href="mailto:michel.fortin@michelf.com" target="_blank">michel.fortin@michelf.<u></u>com</a>>> wrote:<br>
<br>
    On 2012-02-21 11:03:09 +0000, Manu <<a href="mailto:turkeyman@gmail.com" target="_blank">turkeyman@gmail.com</a><br></div><div><div class="h5">
    <mailto:<a href="mailto:turkeyman@gmail.com" target="_blank">turkeyman@gmail.com</a>>> said:<br>
<br></div></div><div class="im">
Interesting point.<br>
Java (or any VM based language) can't hard link to the binary, so it<br>
never could try and call back in through an extern-ed function directly,<br>
</div></blockquote>
<br>
Sure it could. Why wouldn't it be able to? This is how extern + DllImport works in C#.<br></blockquote><div><br></div><div>But that only works because C# has DLL support, which knows about the C calling convention, so you just need to export an extern(C) in that case, like any regular DLL.</div>
</div>