<div class="gmail_quote">That explains it, thank you. </div><div class="gmail_quote">Now only how come that</div><div class="gmail_quote">"dmd hello.d" results in a 1.70 mb application whereas</div><div class="gmail_quote">
"dmd -c hello.d" && "dmd hello.obj phobos.lib" results in a 144 kb app</div><div class="gmail_quote">(sorry for confusion, Turns out I didn't link my app with phobos.lib but recompiled the object file with phobos.lib</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">2011/8/20 Kagamin <span dir="ltr"><spam@here.lot></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">maarten van damme Wrote:<br>
<br>
> But where does the lib file searches for the dll file? how can we control<br>
> that? Is my hunch right?<br>
<br>
</div>The dll is searched by the system. It's a documented procedure. You can control it to some degree by manifest files.<br>
</blockquote></div><div><br></div>