I have read arguments on both sides about whether one should link to the C runtime library statically or dynamically in Visual Studio projects, and I\'m still not entirely s
... Do it statically... attempts to fix DLL Hell haven't worked out that well... just add an extra 200k to your installation with the static linkage.