In the windows; There are two options for referencing a CRT:
Can someone shed light on what is best here? Should I bind “statically” to a CRT or make a dynamic link?
If I make a dynamic link and I write a program that uses my DLL + another third-party DLL (which makes a static link to CRT), is this a problem?
, DLL . , EXE DLL . ++ (, std::string) DLL-, . , CRT. , /MD, DLL- CRT. CRT. /MT , , .
/MT , . , , EXE. DLL. COM-, , CRT. .