This is very helpful if you use STL in the interface between your modules.2 - The runtime has some "global data". Linking with MT means that this "global data" will not be shared, while with MD, it will be shared. This means that with MD, you can pass some data from one mo...