<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On 10/24/2012 8:05 PM, David Simcha
wrote:<br>
</div>
<blockquote
cite="mid:CAA8CUdvXWfw1_mcmxFJ1bCg5c9CTLAf7ak1TW7moddXo7pC9bQ@mail.gmail.com"
type="cite"><br>
<div>
<div><font face="courier new, monospace">LINK : fatal error
LNK1104: cannot open file 'shell32.lib'</font></div>
<div><font face="courier new, monospace">--- errorlevel 1104</font></div>
<div><font face="courier new, monospace"><br>
</font></div>
<div><font face="arial, helvetica, sans-serif">How is
shell32.lib even getting pulled in?</font></div>
</div>
</blockquote>
<br>
<div>
<div>c:\cbx\mars>grep -r shell32.lib *.d<br>
</div>
</div>
<font face="arial, helvetica, sans-serif">runtime\src\rt\dmain2.d:
pragma(lib, "shell32.lib"); // needed for CommandLineToArgvW<br>
hobos\std\process.d: pragma(lib,"shell32.lib");</font><br>
</body>
</html>