On 4/25/06, <b class="gmail_sendername">Hans-Christoph Steiner</b> &lt;<a href="mailto:hans@eds.org">hans@eds.org</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="direction: ltr;">An
easy solution for that DLL is to have it included in the Pd-extended
installer.&nbsp; Its already handling a number of DLLs and its quite
trivial to add another.&nbsp; packages/win32_inno/Makefile could copy
the DLL from %SystemRoom%\system32, if its there, then the installer
package will test if its installer a newer version of the that DLL,
then install it.</div></blockquote><div><br>
And then you would break all sorts of apps on the user's machine.&nbsp;
Welcome to DLL hell. &nbsp; A 'better' solution is to include the C++
runtime for VC6, VS 2003 and VS 2005 with Pd itself.&nbsp; That's the
way MS wants it done and that's why you end up with 32 copies of the
same DLL on a windows machine.&nbsp; Brilliant!<br>
</div><br></div><br>