thanks!<div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Nov 25, 2012 at 12:08 AM, Ellery Newcomer <span dir="ltr"><<a href="mailto:ellery-newcomer@utulsa.edu" target="_blank">ellery-newcomer@utulsa.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">__declspec(dllimport): This symbol exists somewhere else. I [the linker] am going to try to pull it in from some library at [runtime? link time? I [ellery] don't remember]<br>

<br>
__declspec(dllexport): This symbol exists in this image. I [the linker] am going to make it available to other dlls and executables if they want to use it.<br>
<br>
           C                    D<br>
__declspec(dllimport) <-> export [apparently]<br>
__declspec(dllexport) <-> extern export **<br>
<br>
<br>
** with dmd on linux, apparently __declspec(dllexport) <-> [nothing]. Noticed this when trying to link to the python c api. But it could just be python isn't using dllexport.<br>
<br>
<br>
<br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Bye,<br>Gor Gyolchanyan.<br>
</div>