you can't static link Dx or MSVC files (can you???)
Sure you can link staticaly any needed dlls. MSVC projects by default use dynamic linking. That's why they require lots of runtimes to run them. By using static liniking you can avoid such problems once and for all.
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="201" data-ipsquote-contentclass="forums_Topic"><div>you can't static link Dx or MSVC files
Â
Nothing is stopping us from linking libpng and ZLIB static.
Â
Thats what I do when I do my compiles....
</div></blockquote>
I'm not talking about these two. They are quite small and bundled already with emulator. I'm talking about MSVC SP1 runtimes and other files listed in the readme. Just use static linking, please, for your project to make thing easier for all of us.