1
I was studying static and dynamic libraries when I read that one of the main reasons for the use of dynamics is the occurrence of conflicts between static libraries, but what is the origin of these conflicts? If the question is too general, could you cite examples of situations that cause conflicts? I read about conflicts in an answer here on the site, in this link. In "DLL Choice Guide" is written "Statically linking two libraries is causing some conflict or difficulty and dynamically resolves."