I first assumed the obvious that the first library would be used with the (Visual studio) multi-threaded DLL/MD option and the second would be used with the multi-threaded/MT option. However, I can only build with the multi-threaded DLL/MD option and I only use the static library. I do not include the other library.
I would like to build a stand-alone exe that does not depend upon MS redistributables.
- How would I build a static exe that does not depend upon MS redistributables (everything else I have does NOT require redistributables)?
- How are the two different libraries used and when do I use one versus the other or shall I use both?