"as for the linux side"<br>I though dmd was unable to generate shared libs on linux?<br><br>It would be cool to have a mixin "shared" that when compiled on windows generates a windows dll and if compiler on linux generates a linux shared lib :)<br>
<br><div class="gmail_quote">2011/8/18 Trass3r <span dir="ltr"><<a href="mailto:un@known.com">un@known.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Am 18.08.2011, 21:42 Uhr, schrieb Kai Meyer <<a href="mailto:kai@unixlords.com" target="_blank">kai@unixlords.com</a>>:<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2) check if there are any exported functions (via .def or export()), if not, export them all<br>
</blockquote>
<br></div>
That's insane. Larger projects have tons of functions and may only need to export a few.<br>
The language includes the export keyword to export functions and people should use it.<br>
dmd just needs to generate a .def file to make Optstink create a dll.<br>
</blockquote></div><br>