<br><br><div><span class="gmail_quote">On 6/12/07, <b class="gmail_sendername">Jesper Eskilson</b> &lt;<a href="mailto:jesper@eskilson.se">jesper@eskilson.se</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div><span class="gmail_quote">2007/6/7, Jesper Eskilson &lt;<a href="mailto:jesper@eskilson.se" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">jesper@eskilson.se</a>&gt;:</span><div><span class="e" id="q_1132009c01542077_1">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><div><span class="gmail_quote">2007/6/7, Brandon Van Every &lt;<img style="border: medium none ;" title="send email to bvanevery@gmail.com via gmail">
<a href="mailto:bvanevery@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">bvanevery@gmail.com</a>&gt;:</span><span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


On 6/7/07, Jesper Eskilson &lt;<img style="border: medium none ;" title="send email to jesper@eskilson.se via gmail">
<a href="mailto:jesper@eskilson.se" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">jesper@eskilson.se</a>&gt; wrote:<br>&gt; Hi all,<br>&gt;<br>&gt; I would like to be able to create a static library on Windows which
<br>&gt; includes an import library to a DLL, so that users of the static
<br>&gt; library do not need to specify the import library.<br><br></blockquote></span></div></blockquote></span></div><span class="q"><div><br>I&#39;m still interested in a solution to my original problem, though.</div>
</span></div></blockquote><div><br><br>On some platforms, I bet the underlying linker AR can&#39;t even do it.&nbsp; I know it can&#39;t put static libraries inside of static libraries, thats&#39; why everyone wants &quot;convenience libraries&quot; and I had to work on all that object file fakery.&nbsp; Possibly it can&#39;t take a DLL stub .lib either.&nbsp; So, if there is a solution for some platforms, it&#39;s not likely to be portable.
<br><br>I don&#39;t know what the MSVC linker can accomplish.&nbsp; Would suggest reading the MSVC docs to make sure it can be done.<br><br>What you&#39;re asking for seems kinda weird.&nbsp; What&#39;s the motive?<br><br></div><br>
</div>Cheers,<br>Brandon Van Every<br><br>